about summary refs log tree commit diff
path: root/tests/ui/attributes/unix_sigpipe/unix_sigpipe-bare.stderr
blob: c1b4470d54a4ac5c2ac5f480275a7632522c3e0f (plain)
1
2
3
4
5
6
7
8
error: malformed `unix_sigpipe` attribute input
  --> $DIR/unix_sigpipe-bare.rs:3:1
   |
LL | #[unix_sigpipe]
   | ^^^^^^^^^^^^^^^ help: must be of the form: `#[unix_sigpipe = "inherit|sig_ign|sig_dfl"]`

error: aborting due to 1 previous error