about summary refs log tree commit diff
path: root/tests/ui/impl-trait/in-trait/dump.rs
AgeCommit message (Collapse)AuthorLines
2025-04-29Remove global `next_disambiguator` state and handle it with a ↵John Kåre Alsaker-1/+1
`DisambiguatorState` type
2025-04-11Change how anonymous associated types are printed.Nicholas Nethercote-1/+1
Give them their own symbol `anon_assoc`, as is done for all the other anonymous `DefPathData` variants.
2025-03-23Stabilize precise_capturing_in_traitsMichael Goulet-1/+1
2025-02-04Fix rustc_hidden_type_of_opaques for RPITITs with no default bodyMichael Goulet-0/+15