]> git.lizzy.rs Git - rust.git/blob - library/core/src/num/shells/i128.rs
Rollup merge of #92887 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum
[rust.git] / library / core / src / num / shells / i128.rs
1 //! Constants for the 128-bit signed integer type.
2 //!
3 //! *[See also the `i128` primitive type][i128].*
4 //!
5 //! New code should use the associated constants directly on the primitive type.
6
7 #![stable(feature = "i128", since = "1.26.0")]
8 #![rustc_deprecated(
9     since = "TBD",
10     reason = "all constants in this module replaced by associated constants on `i128`"
11 )]
12
13 int_module! { i128, #[stable(feature = "i128", since="1.26.0")] }