You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #11045, we're probably going to start always having an absolute path for CFG_LIBDIR. This means that librustc has one extra location to start search for by default for the target libraries. This libdir is essentially the same thing as self_exe_path().pop() for rustc, but as #11063 noted other usage of librustc is hamstrung by having to specify this directory.