mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-27 05:47:29 +00:00
Only include metadata for non-dynamic libraries in rustc-dev The actual object code should be linked from librustc_driver.so, which is still included in rustc-dev. This saves on download time and disk usage. Fixes https://github.com/rust-lang/rust/issues/103538