mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-23 21:54:16 +00:00

Skip linking if it is not required This allows to use `--emit=metadata,obj` and other metadata + non-link combinations. Fixes #81117.
Skip linking if it is not required This allows to use `--emit=metadata,obj` and other metadata + non-link combinations. Fixes #81117.