Files
rust/tests/ui/runtime/on-broken-pipe/wrong-flag-arg.rs
2025-03-25 17:33:09 +03:00

7 lines
144 B
Rust

//@ compile-flags: -Zon-broken-pipe=wrong
//@ check-fail
fn main() {}
//~? ERROR incorrect value `wrong` for unstable option `on-broken-pipe`