mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
24424d0acb
rename `ImplItemKind::TyAlias` to `ImplItemKind::Type` The naming of this variant seems inconsistent given that this is not really a "type alias", and the associated type variant for `TraitItemKind` is just called `Type`.