rust/compiler/rustc_metadata
Sam McCall 607987e3e2 Support rmeta inputs for --crate-type=bin --emit=obj
This already works for --emit=metadata, but is possible anytime we're not
linking.

Tests:
`rmeta_bin` checks we're not changing --emit=link (already passes)
`rmeta_bin-pass` tests the new behavior for --emit=obj (would fail today)
                 and also --emit=metadata which isn't changing
2025-03-07 18:33:05 +01:00
..
src Support rmeta inputs for --crate-type=bin --emit=obj 2025-03-07 18:33:05 +01:00
Cargo.toml Upgrade the compiler to edition 2024 2025-02-22 00:01:48 +00:00
messages.ftl Support raw-dylib link kind on ELF 2025-02-26 19:09:51 +01:00