Files
rust/tests
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
..
2025-05-26 00:39:23 +08:00
2025-05-21 07:24:43 +00:00
2025-05-23 12:10:53 +00:00