blob: 648bd144632634a0f76196e1769c69c60c543cca [file] [log] [blame]
// Checks that `-Z instrument-xray` does not allow duplicates.
//
//@ needs-xray
//@ compile-flags: -Z instrument-xray=ignore-loops,ignore-loops
fn main() {}
//~? ERROR incorrect value `ignore-loops,ignore-loops` for unstable option `instrument-xray`