rust/compiler/rustc_expand
Nicholas Nethercote 53167c0b7f Rename ast::TokenKind::Not as ast::TokenKind::Bang.
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`).
2025-03-03 09:26:13 +11:00
..
src Rename ast::TokenKind::Not as ast::TokenKind::Bang. 2025-03-03 09:26:13 +11:00
Cargo.toml Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
messages.ftl Tweak expand_incomplete_parse warning. 2024-10-28 14:12:45 +11:00