blob: 9f691e396bdaf9fb38fb28cbdbc3f3469f8b92d0 (
plain)
1
2
3
4
5
6
7
8
|
error: `unix_sigpipe` attribute can only be used on `fn main()`
--> $DIR/unix_sigpipe-start.rs:5:1
|
LL | #[unix_sigpipe = "inherit"]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error
|