]> git.proxmox.com Git - rustc.git/blob - library/core/src/num/shells/u32.rs
b6acf950035f4270a4b358179f7372b634caa5d5
[rustc.git] / library / core / src / num / shells / u32.rs
1 //! Constants for the 32-bit unsigned integer type.
2 //!
3 //! *[See also the `u32` primitive type][u32].*
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 `u32`"
11 )]
12
13 int_module! { u32 }