summaryrefslogtreecommitdiffstats
path: root/src/test/ui/attributes/unix_sigpipe/unix_sigpipe-list.stderr
blob: 59a87e139181bbde66c75649f96152dd280597be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error: malformed `unix_sigpipe` attribute input
  --> $DIR/unix_sigpipe-list.rs:3:1
   |
LL | #[unix_sigpipe(inherit)]
   | ^^^^^^^^^^^^^^^^^^^^^^^^
   |
help: the following are the possible correct uses
   |
LL | #[unix_sigpipe = "inherit|sig_ign|sig_dfl"]
   | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
LL | #[unix_sigpipe]
   | ~~~~~~~~~~~~~~~

error: aborting due to previous error