mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-11 16:15:03 +00:00
14 lines
338 B
Plaintext
14 lines
338 B
Plaintext
error: `unix_sigpipe` attribute cannot be used at crate level
|
|
--> $DIR/unix_sigpipe-crate.rs:2:1
|
|
|
|
|
LL | #![unix_sigpipe = "inherit"]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
help: perhaps you meant to use an outer attribute
|
|
|
|
|
LL | #[unix_sigpipe = "inherit"]
|
|
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
error: aborting due to previous error
|
|
|