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:
parent
9eca59a940
commit
cdf5b8d4e7
9 changed files with 16 additions and 15 deletions
|
@ -454,6 +454,7 @@ symbols! {
|
|||
and_then,
|
||||
anon,
|
||||
anon_adt,
|
||||
anon_assoc,
|
||||
anonymous_lifetime_in_impl_trait,
|
||||
any,
|
||||
append_const_msg,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue