2022-09-24 06:02:44 -05:00
|
|
|
// Checks that `-Z instrument-xray` does not allow duplicates.
|
|
|
|
//
|
2024-02-16 14:02:50 -06:00
|
|
|
//@ needs-xray
|
|
|
|
//@ compile-flags: -Z instrument-xray=ignore-loops,ignore-loops
|
|
|
|
//@ error-pattern: incorrect value `ignore-loops,ignore-loops` for unstable option `instrument-xray`
|
2022-09-24 06:02:44 -05:00
|
|
|
|
|
|
|
fn main() {}
|