mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +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.