]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attributes/unix_sigpipe/unix_sigpipe-wrong.stderr
Require Drop impls to have the same constness on its bounds as the bounds on the...
[rust.git] / src / test / ui / attributes / unix_sigpipe / unix_sigpipe-wrong.stderr
1 error: valid values for `#[unix_sigpipe = "..."]` are `inherit`, `sig_ign`, or `sig_dfl`
2   --> $DIR/unix_sigpipe-wrong.rs:3:1
3    |
4 LL | #[unix_sigpipe = "wrong"]
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8