mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 18:57:19 +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`.