Files
rust/compiler/rustc_parse/src/parser
Eric Huss d7c0b4f706 Rollup merge of #93019 - 5225225:uppercase-suffix, r=wesleywiser
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.
2022-01-31 20:12:55 -08:00
..
2022-01-31 17:34:10 +00:00
2021-11-29 18:39:08 +00:00