]> git.proxmox.com Git - rustc.git/blame - src/test/ui/attributes/unix_sigpipe/unix_sigpipe-duplicates.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / attributes / unix_sigpipe / unix_sigpipe-duplicates.stderr
CommitLineData
f2b60f7d
FG
1error: multiple `unix_sigpipe` attributes
2 --> $DIR/unix_sigpipe-duplicates.rs:4:1
3 |
4LL | #[unix_sigpipe = "inherit"]
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute
6 |
7note: attribute also specified here
8 --> $DIR/unix_sigpipe-duplicates.rs:3:1
9 |
10LL | #[unix_sigpipe = "sig_ign"]
11 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
13error: aborting due to previous error
14