mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
53167c0b7f
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`).