mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 03:07:25 +00:00

For consistency with `rustc_lexer::TokenKind::Bang`, and because other `ast::TokenKind` variants generally have syntactic names instead of semantic names (e.g. `Star` and `DotDot` instead of `Mul` and `Range`).