mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
15 lines
399 B
Plaintext
15 lines
399 B
Plaintext
![]() |
error: multiple `unix_sigpipe` attributes
|
||
|
--> $DIR/unix_sigpipe-different-duplicates.rs:4:1
|
||
|
|
|
||
|
LL | #[unix_sigpipe = "inherit"]
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute
|
||
|
|
|
||
|
note: attribute also specified here
|
||
|
--> $DIR/unix_sigpipe-different-duplicates.rs:3:1
|
||
|
|
|
||
|
LL | #[unix_sigpipe = "sig_ign"]
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: aborting due to 1 previous error
|
||
|
|