mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-19 12:49:33 +00:00
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`.