]> git.lizzy.rs Git - rust.git/blob - library/core/src/num/u64.rs
don't take `TyCtxt` by reference
[rust.git] / library / core / src / num / u64.rs
1 //! The 64-bit unsigned integer type.
2 //!
3 //! *[See also the `u64` primitive type](../../std/primitive.u64.html).*
4 //!
5 //! Although using these constants won’t cause compilation warnings,
6 //! new code should use the associated constants directly on the primitive type.
7
8 #![stable(feature = "rust1", since = "1.0.0")]
9
10 int_module! { u64 }