]> git.proxmox.com Git - rustc.git/blame - library/core/src/num/i64.rs
New upstream version 1.47.0+dfsg1
[rustc.git] / library / core / src / num / i64.rs
CommitLineData
e9174d1e
SL
1//! The 64-bit signed integer type.
2//!
54a0048b 3//! *[See also the `i64` primitive type](../../std/primitive.i64.html).*
74b04a01
XL
4//!
5//! Although using these constants won’t cause compilation warnings,
6//! new code should use the associated constants directly on the primitive type.
223e47cc 7
85aaf69f 8#![stable(feature = "rust1", since = "1.0.0")]
223e47cc 9
32a655c1 10int_module! { i64 }