rust/compiler/rustc_lexer
Nicholas Nethercote cc0022a363 Rename some things.
`Cursor` keeps track of the position within the current token. But it
uses confusing names that don't make it clear that the "length consumed"
is just within the current token.

This commit renames things to make this clearer.
2022-09-26 13:43:19 +10:00
..
src Rename some things. 2022-09-26 13:43:19 +10:00
Cargo.toml Tokenize emoji as if they were valid indentifiers 2021-11-23 20:35:07 +00:00