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