mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-30 23:58:20 +00:00
7 lines
148 B
Rust
7 lines
148 B
Rust
//@ compile-flags: -Zon-broken-pipe=default
|
|
//@ check-fail
|
|
|
|
fn main() {}
|
|
|
|
//~? ERROR incorrect value `default` for unstable option `on-broken-pipe`
|