blob: ba5ea28d40b7e801148f4130d921a2fdae3daef1 [file] [log] [blame]
// 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() {}