]> git.proxmox.com Git - rustc.git/blob - library/core/src/num/shells/i64.rs
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / library / core / src / num / shells / i64.rs
1 //! Constants for the 64-bit signed integer type.
2 //!
3 //! *[See also the `i64` primitive type][i64].*
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 `i64`"
11 )]
12
13 int_module! { i64 }