Skip to main content

NO_EXIT

Constant NO_EXIT 

Source
pub const NO_EXIT: i64 = i64::MIN; // -9_223_372_036_854_775_808i64
Expand description

requested_exit’s “nothing requested” value. Outside the i32 range on purpose, so no real exit status can collide with it.