2024-03-10 15:02:26 +01:00
|
|
|
error: malformed `unix_sigpipe` attribute input
|
2024-02-09 06:44:56 +01:00
|
|
|
--> $DIR/unix_sigpipe-bare.rs:3:1
|
2022-07-05 19:56:22 +02:00
|
|
|
|
|
|
|
|
LL | #[unix_sigpipe]
|
2024-03-10 15:02:26 +01:00
|
|
|
| ^^^^^^^^^^^^^^^ help: must be of the form: `#[unix_sigpipe = "inherit|sig_ign|sig_dfl"]`
|
2022-07-05 19:56:22 +02:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2022-07-05 19:56:22 +02:00
|
|
|
|