mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-11 16:15:03 +00:00
5 lines
135 B
Rust
5 lines
135 B
Rust
#![feature(unix_sigpipe)]
|
|
#![unix_sigpipe = "inherit"] //~ error: `unix_sigpipe` attribute cannot be used at crate level
|
|
|
|
fn main() {}
|