mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
7923b20dd9
This lets us compare a `Token` with a `TokenKind`. It's used a lot, but can be used even more, avoiding the need for some `.kind` uses.