2022-07-05 19:56:22 +02:00
|
|
|
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"]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2022-07-05 19:56:22 +02:00
|
|
|
|