rust/tests/ui/attributes/unix_sigpipe/unix_sigpipe-start.stderr

9 lines
212 B
Plaintext
Raw Normal View History

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