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() {}
|