]> git.lizzy.rs Git - rust.git/blob - tests/ui/attributes/unix_sigpipe/unix_sigpipe-list.rs
Rollup merge of #106664 - chenyukang:yukang/fix-106597-remove-lseek, r=cuviper
[rust.git] / tests / ui / attributes / unix_sigpipe / unix_sigpipe-list.rs
1 #![feature(unix_sigpipe)]
2
3 #[unix_sigpipe(inherit)] //~ error: malformed `unix_sigpipe` attribute input
4 fn main() {}