mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-11 06:37:57 +00:00

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.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.