mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 02:57:18 +00:00
`TokenTreesReader` wraps a `StringReader`, but the `into_token_trees` function obscures this. This commit moves to a more straightforward control flow.