rust/compiler/rustc_codegen_ssa
Nicholas Nethercote bfef2611d9 Reorder ConstMethods.
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.
2024-09-19 20:10:42 +10:00
..
2024-09-19 20:10:42 +10:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.