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

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`