mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
f72b3dbba2
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.