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

9 lines
209 B
Plaintext

error: valid values for `#[unix_sigpipe = "..."]` are `inherit`, `sig_ign`, or `sig_dfl`
--> $DIR/unix_sigpipe.rs:3:1
|
LL | #[unix_sigpipe]
| ^^^^^^^^^^^^^^^
error: aborting due to 1 previous error