mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 20:02:35 +03:00
a4cbb44ae2
Skip linking if it is not required This allows to use `--emit=metadata,obj` and other metadata + non-link combinations. Fixes #81117.