]> git.proxmox.com Git - rustc.git/blob - library/core/src/num/shells/u64.rs
New upstream version 1.51.0+dfsg1
[rustc.git] / library / core / src / num / shells / u64.rs
1 //! Constants for the 64-bit unsigned integer type.
2 //!
3 //! *[See also the `u64` primitive type](../../std/primitive.u64.html).*
4 //!
5 //! New code should use the associated constants directly on the primitive type.
6
7 #![stable(feature = "rust1", since = "1.0.0")]
8 #![rustc_deprecated(
9 since = "TBD",
10 reason = "all constants in this module replaced by associated constants on `u64`"
11 )]
12
13 int_module! { u64 }