Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
instrument-xray
/
flags-dupe-always.rs
blob: 41e4f267b471fe042b73e614cc139df5e4bd2a74 [
file
] [
log
] [
blame
] [
edit
]
// 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
()
{}