mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
9268a8b060
https://github.com/rust-lang/rust/pull/113780 should have gone through an MCP+FCP but wasn't, but instead of reverting the original PR, this PR just make that new option unstable.
8 lines
261 B
Rust
8 lines
261 B
Rust
// check-fail
|
|
// revisions: cfg target-features target-cpus
|
|
// [cfg]compile-flags: --print cfg=cfg.txt
|
|
// [target-cpus]compile-flags: --print target-cpu=target_cpu.txt
|
|
// [target-features]compile-flags: --print target-features=target_features.txt
|
|
|
|
fn main() {}
|