]> git.proxmox.com Git - rustc.git/blame - library/core/src/num/shells/i32.rs
New upstream version 1.51.0+dfsg1
[rustc.git] / library / core / src / num / shells / i32.rs
CommitLineData
5869c6ff 1//! Constants for the 32-bit signed integer type.
e9174d1e 2//!
54a0048b 3//! *[See also the `i32` primitive type](../../std/primitive.i32.html).*
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")]
5869c6ff
XL
8#![rustc_deprecated(
9 since = "TBD",
10 reason = "all constants in this module replaced by associated constants on `i32`"
11)]
223e47cc 12
32a655c1 13int_module! { i32 }