]> git.lizzy.rs Git - rust.git/blob - src/libcore/num/i64.rs
Auto merge of #68363 - Dylan-DPC:rollup-33enndv, r=Dylan-DPC
[rust.git] / src / libcore / num / i64.rs
1 //! The 64-bit signed integer type.
2 //!
3 //! *[See also the `i64` primitive type](../../std/primitive.i64.html).*
4
5 #![stable(feature = "rust1", since = "1.0.0")]
6
7 int_module! { i64 }