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