rustc/tests/ui/attributes/unix_sigpipe/unix_sigpipe-non-root-main.stderr
2024-06-14 12:43:07 +02:00

9 lines
235 B
Plaintext

error: `unix_sigpipe` attribute can only be used on root `fn main()`
--> $DIR/unix_sigpipe-non-root-main.rs:4:5
|
LL | #[unix_sigpipe = "inherit"]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error