blob: 2c9ce479b6caf0aa0940abff62520ef40a1fdc23 (
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 previous error
|