]> git.proxmox.com Git - rustc.git/blame - library/core/src/num/shells/u64.rs
New upstream version 1.69.0+dfsg1
[rustc.git] / library / core / src / num / shells / u64.rs
CommitLineData
9ffffee4 1//! Redundant constants module for the [`u64` primitive type][u64].
74b04a01 2//!
5869c6ff 3//! New code should use the associated constants directly on the primitive type.
223e47cc 4
85aaf69f 5#![stable(feature = "rust1", since = "1.0.0")]
04454e1e 6#![deprecated(
5869c6ff 7 since = "TBD",
04454e1e 8 note = "all constants in this module replaced by associated constants on `u64`"
5869c6ff 9)]
223e47cc 10
74b04a01 11int_module! { u64 }