pub const MIN: u32 = u32::MIN; // 0x0000_0000u32👎 Deprecating in a future Rust version: 
replaced by the MIN associated constant on this type
pub const MIN: u32 = u32::MIN; // 0x0000_0000u32replaced by the MIN associated constant on this type