Pretty printing loses associated type generics and where clauses #67509
Labels
A-GATs
Area: Generic associated types (GATs)
A-pretty
Area: Pretty printing (including `-Z unpretty`)
C-bug
Category: This is a bug.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
F-generic_associated_types
`#![feature(generic_associated_types)]` a.k.a. GATs
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The following code:
is pretty printed as
This presumably also affects procedural macros.
The text was updated successfully, but these errors were encountered: