mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-07 13:56:04 +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() {}
|