mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 11:47:13 +00:00

If an integer is entered with an upper-case base prefix (0Xbeef, 0O755, 0B1010), suggest to make it lowercase The current error for this case isn't really great, it just complains about the whole thing past the `0` being an invalid suffix.