2022-09-24 20:02:44 +09:00
|
|
|
// Checks that `-Z instrument-xray` allows `always` and `never` sequentially.
|
|
|
|
// (The last specified setting wins, like `-Z instrument-xray=no` as well.)
|
|
|
|
//
|
2022-10-02 12:58:05 +09:00
|
|
|
// needs-xray
|
2022-09-24 20:02:44 +09:00
|
|
|
// compile-flags: -Z instrument-xray=always
|
|
|
|
// compile-flags: -Z instrument-xray=never
|
|
|
|
// check-pass
|
|
|
|
|
|
|
|
fn main() {}
|