You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This involves replacing `nt_pretty_printing_compatibility_hack` with
`stream_pretty_printing_compatibility_hack`.
The handling of statements in `transcribe` is slightly different to
other nonterminal kinds, due to the lack of `from_ast` implementation
for empty statements.
Notable test changes:
- `tests/ui/macros/nonterminal-matching.rs` now passes. Removal of
`Token::Interpolated` will remove the "captured metavariables except
for `:tt`, `:ident` and `:lifetime` cannot be compared to other
tokens" restriction.
- `tests/ui/proc-macro/expand-to-derive.rs`: the diff looks large but
the only difference is the insertion of a single invisible-delimited
group. I hope this doesn't cause any new `ProceduralMasquerade`-type
problems.
0 commit comments