mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
024c25dc79
Move token tree related lexer state to a separate struct Just a types-based refactoring. We only used a bunch of fields when tokenizing into a token tree, so let's move them out of the base lexer