rust/compiler/rustc_expand
Nicholas Nethercote 364b908d57 Remove Nonterminal::NtTT.
It's only needed for macro expansion, not as a general element in the
AST. This commit removes it, adds `NtOrTt` for the parser and macro
expansion cases, and renames the variants in `NamedMatch` to better
match the new type.
2022-03-28 10:03:02 +11:00
..
src Remove Nonterminal::NtTT. 2022-03-28 10:03:02 +11:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00