]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attributes/unix_sigpipe/unix_sigpipe.rs
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.rs
1 #![feature(unix_sigpipe)]
2
3 #[unix_sigpipe] //~ error: valid values for `#[unix_sigpipe = "..."]` are `inherit`, `sig_ign`, or `sig_dfl`
4 fn main() {}