rust/compiler/rustc_ast_pretty
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 Delete pretty printer tracing 2022-01-18 12:33:42 -08:00