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
This commit swaps the order of linking local native libraries and upstream
native libraries on the linker command line. Detail of bugs this can cause can
be found in rust-lang#28595, and this change also invalidates the test case that was
added for rust-lang#12446 which is now considered a bug because the downstream dependency
would need to declare that it depends on the native library somehow.
Closesrust-lang#28595
0 commit comments