mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-12 22:07:29 +00:00
This allows to use `--emit=metadata,obj` and other metadata + non-link combinations. Fixes #81117. Signed-off-by: Miguel Ojeda <ojeda@kernel.org>