rust/compiler/rustc_lexer/src
Nicholas Nethercote e52794decd Don't try to eat non-existent decimal digits.
After seeing a `0`, if it's followed by any of `[0-9]`, `_`, `.`, `e`,
or `E`, we consume all the digits. But in the `.`, `e` and `E` cases
this is pointless because we know there aren't any digits.
2023-05-15 18:33:12 +10:00
..
unescape Use as_deref in compiler (but only where it makes sense) 2022-11-16 21:58:58 +00:00
cursor.rs Rename some things. 2022-09-26 13:43:19 +10:00
lib.rs Don't try to eat non-existent decimal digits. 2023-05-15 18:33:12 +10:00
tests.rs Revert "Don't recover lifetimes/labels containing emojis as character literals" 2023-04-10 06:52:41 +00:00
unescape.rs refactor unescape 2023-05-02 10:32:07 +00:00