1 2 3 4 5 6 7 8
#![feature(unix_sigpipe)] mod m { #[unix_sigpipe = "inherit"] //~ error: `unix_sigpipe` attribute can only be used on root `fn main()` fn main() {} } fn main() {}