1
Fork 0

Change how anonymous associated types are printed.

Give them their own symbol `anon_assoc`, as is done for all the other
anonymous `DefPathData` variants.
This commit is contained in:
Nicholas Nethercote 2025-04-11 15:28:09 +10:00
parent 9eca59a940
commit cdf5b8d4e7
9 changed files with 16 additions and 15 deletions

View file

@ -454,6 +454,7 @@ symbols! {
and_then,
anon,
anon_adt,
anon_assoc,
anonymous_lifetime_in_impl_trait,
any,
append_const_msg,