]> git.lizzy.rs Git - rust.git/blob - src/libcore/num/u32.rs
Add some type-alias-impl-trait regression tests
[rust.git] / src / libcore / num / u32.rs
1 //! The 32-bit unsigned integer type.
2 //!
3 //! *[See also the `u32` primitive type](../../std/primitive.u32.html).*
4
5 #![stable(feature = "rust1", since = "1.0.0")]
6
7 uint_module! { u32 }