mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
bfef2611d9
It's crazy to have the integer methods in something close to random order. The reordering makes the gaps clear: `const_i64`, `const_i128`, `const_isize`, and `const_u16`. I guess they just aren't needed.