pub const MIN: u64 = u64::MIN; // 0x0000_0000_0000_0000u64👎 Deprecating in a future Rust version: 
replaced by the MIN associated constant on this type
pub const MIN: u64 = u64::MIN; // 0x0000_0000_0000_0000u64replaced by the MIN associated constant on this type