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.
The text was updated successfully, but these errors were encountered:
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 asself_exe_path().pop()
for rustc, but as #11063 noted other usage oflibrustc
is hamstrung by having to specify this directory.The text was updated successfully, but these errors were encountered: