2022-09-24 20:02:44 +09:00
|
|
|
// Checks that `-Z instrument-xray` does not allow duplicates.
|
|
|
|
//
|
2022-10-02 12:58:05 +09:00
|
|
|
// needs-xray
|
2022-09-24 20:02:44 +09:00
|
|
|
// compile-flags: -Z instrument-xray=ignore-loops,ignore-loops
|
|
|
|
// error-pattern: incorrect value `ignore-loops,ignore-loops` for unstable option `instrument-xray`
|
|
|
|
|
|
|
|
fn main() {}
|