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