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

7 lines
156 B
Rust

//@ compile-flags: -Zon-broken-pipe
//@ check-fail
fn main() {}
//~? ERROR unstable option `on-broken-pipe` requires either `kill`, `error`, or `inherit`