]> git.lizzy.rs Git - rust.git/blob - tests/ui/attributes/unix_sigpipe/unix_sigpipe.stderr
Auto merge of #105716 - chriswailes:ndk-update-redux, r=pietroalbini
[rust.git] / tests / ui / attributes / unix_sigpipe / unix_sigpipe.stderr
1 error: valid values for `#[unix_sigpipe = "..."]` are `inherit`, `sig_ign`, or `sig_dfl`
2   --> $DIR/unix_sigpipe.rs:3:1
3    |
4 LL | #[unix_sigpipe]
5    | ^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8