]> git.lizzy.rs Git - rust.git/blob - src/libcore/num/i128.rs
Update const_forget.rs
[rust.git] / src / libcore / num / i128.rs
1 //! The 128-bit signed integer type.
2 //!
3 //! *[See also the `i128` primitive type](../../std/primitive.i128.html).*
4
5 #![stable(feature = "i128", since = "1.26.0")]
6
7 int_module! { i128, #[stable(feature = "i128", since="1.26.0")] }