pub const MIN: i32 = i32::MIN; // -2_147_483_648i32
👎 Deprecating in a future Rust version:
replaced by the MIN
associated constant on this type
pub const MIN: i32 = i32::MIN; // -2_147_483_648i32
replaced by the MIN
associated constant on this type