summaryrefslogtreecommitdiffstats
path: root/src/test/ui/attributes/unix_sigpipe/unix_sigpipe.stderr
blob: 1b1eda825aaea80873731cb31ec86f52926e8616 (plain)
1
2
3
4
5
6
7
8
error: valid values for `#[unix_sigpipe = "..."]` are `inherit`, `sig_ign`, or `sig_dfl`
  --> $DIR/unix_sigpipe.rs:3:1
   |
LL | #[unix_sigpipe]
   | ^^^^^^^^^^^^^^^

error: aborting due to previous error