pub const MIN: u16 = u16::MIN; // 0x0000u16👎 Deprecating in a future Rust version:
replaced by the MIN associated constant on this type
pub const MIN: u16 = u16::MIN; // 0x0000u16replaced by the MIN associated constant on this type