mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-30 20:48:16 +00:00
7 lines
144 B
Rust
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`
|