Constant rustc_session::config::sigpipe::DEFAULT
source · pub const DEFAULT: u8 = SIG_IGN; // 2u8Expand description
SIG_IGN has been the Rust default since 2014. See
https://github.com/rust-lang/rust/issues/62569.
pub const DEFAULT: u8 = SIG_IGN; // 2u8SIG_IGN has been the Rust default since 2014. See
https://github.com/rust-lang/rust/issues/62569.