mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 11:36:26 +00:00
Remove `NtVis` and `NtTy` The next part of #124141. The first actual remove of `Nonterminal` variants. `NtVis` is a simple case that doesn't get much use, but `NtTy` is more complex. r? `@petrochenkov`