rust/compiler/rustc_passes
Nicholas Nethercote 6a3c663cbb Change how AssocItem is reported.
Currently it's reported as either `TraitItem` or `ImplItem`. This commit
changes it to `AssocItem`, because having the report match the type name
is (a) consistent with other types, and (b) the trait/impl split isn't
that important here.
2022-08-11 12:46:55 +10:00
..
2022-08-11 12:46:55 +10:00
2022-07-15 16:13:49 +01:00