In a PR to emit warnings on misuse of `--print native-static-libs`, we did not consider the matter of composing parts of build systems. If you are not directly invoking rustc, it can be difficult to know when you will in fact compile a staticlib, so making sure everyone uses `--print native-static-lib` correctly can be just a nuisance. This reverts the following commits: - |
||
|---|---|---|
| .. | ||
| host.rs | ||
| host.stdout | ||
| invalid-target.rs | ||
| invalid-target.stderr | ||
| macos-target.rs | ||
| macos-target.stdout | ||
| print-lints-help.rs | ||
| print-lints-help.stderr | ||
| stability.rs | ||
| supported-crate-types.linux.stdout | ||
| supported-crate-types.musl.stdout | ||
| supported-crate-types.rs | ||
| supported-crate-types.wasm.stdout | ||