]> git.lizzy.rs Git - rust.git/blob - tests/ui/feature-gates/feature-gate-unix_sigpipe.rs
Rollup merge of #106783 - WaffleLapkin:break-my-ident, r=wesleywiser
[rust.git] / tests / ui / feature-gates / feature-gate-unix_sigpipe.rs
1 #![crate_type = "bin"]
2
3 #[unix_sigpipe = "inherit"] //~ the `#[unix_sigpipe]` attribute is an experimental feature
4 fn main () {}