mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
364b908d57
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.