2022-09-24 06:02:44 -05:00
|
|
|
// Checks that `-Z instrument-xray` does not allow `always` and `never` simultaneously.
|
|
|
|
//
|
2022-10-01 22:58:05 -05:00
|
|
|
// needs-xray
|
2022-09-24 06:02:44 -05:00
|
|
|
// compile-flags: -Z instrument-xray=always,never
|
|
|
|
// error-pattern: incorrect value `always,never` for unstable option `instrument-xray`
|
|
|
|
|
|
|
|
fn main() {}
|