mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 19:57:02 +00:00

`ExpInt` is likely to only have performance benefits on 16-bit platforms, but makes working with the exponent more difficult. It seems like a worthwhile tradeoff to instead just use `i32`, so do that here.