blob: d5eec9424c82c9ae52f1f96b02f4299ef56e8a3b (
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 1 previous error
|