Sign in
android
/
toolchain
/
rustc
/
2f380c1f7952c665764c26a26842375bb02f5296
/
.
/
src
/
test
/
ui
/
attributes
/
unix_sigpipe
/
unix_sigpipe-wrong.rs
blob: 4ec25de00ec3bfb040aa738c2543c903a5a2ab60 [
file
]
#![
feature
(
unix_sigpipe
)]
#[
unix_sigpipe
=
"wrong"
]
//~ error: valid values for `#[unix_sigpipe = "..."]` are `inherit`, `sig_ign`, or `sig_dfl`
fn
main
()
{}