]> git.lizzy.rs Git - rust.git/blob - tests/ui/attributes/unix_sigpipe/unix_sigpipe-crate.rs
Add regression test for #42114
[rust.git] / tests / ui / attributes / unix_sigpipe / unix_sigpipe-crate.rs
1 #![feature(unix_sigpipe)]
2 #![unix_sigpipe = "inherit"] //~ error: `unix_sigpipe` attribute cannot be used at crate level
3
4 fn main() {}