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
rustc -Z ls doesn't show any extern dynamic libraries in an rlib. These dynamic library dependencies are propagated downstream, so it has to be recorded in the rlib crate metadata, so rustc -Z ls should display it.