summaryrefslogtreecommitdiffstats
path: root/tests/ui/instrument-xray/flags-dupe-always.rs
blob: 407f3e2aa5da8f45916a05d2362ea9b11d8c331c (plain)
1
2
3
4
5
6
7
// Checks that `-Z instrument-xray` does not allow duplicates.
//
// needs-xray
// compile-flags: -Z instrument-xray=always,always
// error-pattern: incorrect value `always,always` for unstable option `instrument-xray`

fn main() {}