rustc -Z ls libfoo.rlib
doesn't show extern linked libraries
#14648
Labels
A-linkage
Area: linking into static, shared libraries and binaries
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, sorustc -Z ls
should display it.The text was updated successfully, but these errors were encountered: