summaryrefslogtreecommitdiffstats
path: root/src/test/ui/attributes/unix_sigpipe/unix_sigpipe-duplicates.stderr
blob: 2362c17a090415b23271d153596b9a16bdbc09a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: multiple `unix_sigpipe` attributes
  --> $DIR/unix_sigpipe-duplicates.rs:4:1
   |
LL | #[unix_sigpipe = "inherit"]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute
   |
note: attribute also specified here
  --> $DIR/unix_sigpipe-duplicates.rs:3:1
   |
LL | #[unix_sigpipe = "sig_ign"]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error