mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-03 16:54:08 +00:00
6 lines
142 B
Rust
6 lines
142 B
Rust
#![feature(unix_sigpipe)]
|
|
|
|
#[unix_sigpipe = "sig_ign"]
|
|
#[unix_sigpipe = "inherit"] //~ error: multiple `unix_sigpipe` attributes
|
|
fn main() {}
|