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 requires adding `stream_pretty_printing_compatibility_hack`, which
will replace `nt_pretty_printing_compatibility_hack` once `NtStmt` is
removed.
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