summaryrefslogtreecommitdiffstats
path: root/tests/ui/instrument-xray/flags-dupe-ignore-loops.rs
blob: 75b210a6547ec3d23c18ac3d18c47b606b01428b (plain)
1
2
3
4
5
6
7
// Checks that `-Z instrument-xray` does not allow duplicates.
//
// needs-xray
// compile-flags: -Z instrument-xray=ignore-loops,ignore-loops
// error-pattern: incorrect value `ignore-loops,ignore-loops` for unstable option `instrument-xray`

fn main() {}