rust/src/libcoretest/num
bors fc98b19cf7 Auto merge of #23832 - petrochenkov:usize, r=aturon
These constants are small and can fit even in `u8`, but semantically they have type `usize` because they denote sizes and are almost always used in `usize` context. The change of their type to `u32` during the integer audit led only to the large amount of `as usize` noise (see the second commit, which removes this noise).

This is a minor [breaking-change] to an unstable interface.

r? @aturon
2015-04-03 04:29:52 +00:00
..
i8.rs
i16.rs
i32.rs
i64.rs
int_macros.rs Fix the fallout 2015-03-30 12:19:11 +03:00
mod.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
u8.rs
u16.rs
u32.rs
u64.rs
uint_macros.rs Auto merge of #23832 - petrochenkov:usize, r=aturon 2015-04-03 04:29:52 +00:00