summaryrefslogtreecommitdiffstats
path: root/tests/ui/feature-gates/print-with-path.rs
blob: f929c14c2188086553dece9b59a4c20f424bc9e1 (plain)
1
2
3
4
5
6
7
// 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() {}