]> git.lizzy.rs Git - rust.git/blob - library/core/src/num/shells/u8.rs
Rollup merge of #92887 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum
[rust.git] / library / core / src / num / shells / u8.rs
1 //! Constants for the 8-bit unsigned integer type.
2 //!
3 //! *[See also the `u8` primitive type][u8].*
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 `u8`"
11 )]
12
13 int_module! { u8 }