summaryrefslogtreecommitdiffstats
path: root/src/test/ui/attributes/unix_sigpipe/unix_sigpipe-list.rs
blob: b5ebc07a0433882e892c18ef26aafeed0d522ebd (plain)
1
2
3
4
#![feature(unix_sigpipe)]

#[unix_sigpipe(inherit)] //~ error: malformed `unix_sigpipe` attribute input
fn main() {}