2022-07-05 19:56:22 +02:00
|
|
|
error: `unix_sigpipe` attribute can only be used on `fn main()`
|
|
|
|
--> $DIR/unix_sigpipe-start.rs:5:1
|
|
|
|
|
|
2024-02-09 08:05:32 +01:00
|
|
|
LL | #[unix_sigpipe = "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
|
|
|
|