2022-07-05 12:56:22 -05:00
|
|
|
error: `unix_sigpipe` attribute can only be used on `fn main()`
|
|
|
|
--> $DIR/unix_sigpipe-start.rs:5:1
|
|
|
|
|
|
2024-02-09 01:05:32 -06:00
|
|
|
LL | #[unix_sigpipe = "sig_dfl"]
|
2022-07-05 12:56:22 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2022-07-05 12:56:22 -05:00
|
|
|
|