rust/compiler/rustc_codegen_ssa
Jacob Pratt 394fde04a8
Rollup merge of #138139 - xizheyin:issue-137384, r=ChrisDenton
Emit warning while outputs is not exe and prints linkage info

cc #137384

```bash
$ rustc +stage1 /dev/null --print native-static-libs --crate-type staticlib  --emit metadata
warning: skipping link step due to conflict: cannot output linkage information without emitting executable

note: consider emitting executable to print link information

warning: 1 warning emitted
```
2025-05-29 04:49:40 +02:00
..
src Rollup merge of #138139 - xizheyin:issue-137384, r=ChrisDenton 2025-05-29 04:49:40 +02:00
Cargo.toml Rollup merge of #140874 - mejrs:rads, r=WaffleLapkin 2025-05-19 13:24:54 +10:00
messages.ftl make enabling the neon target feature a FCW 2025-05-22 12:19:25 +02:00
README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.