Rename ItemKind::Ty to ItemKind::TyAlias
This commit is contained in:
parent
460072ebee
commit
8aa45c65d8
31 changed files with 52 additions and 52 deletions
|
|
@ -354,7 +354,7 @@ impl DirtyCleanVisitor<'tcx> {
|
|||
HirItem::GlobalAsm(..) => ("ItemGlobalAsm", LABELS_HIR_ONLY),
|
||||
|
||||
// A type alias, e.g., `type Foo = Bar<u8>`
|
||||
HirItem::Ty(..) => ("ItemTy", LABELS_HIR_ONLY),
|
||||
HirItem::TyAlias(..) => ("ItemTy", LABELS_HIR_ONLY),
|
||||
|
||||
// An enum definition, e.g., `enum Foo<A, B> {C<A>, D<B>}`
|
||||
HirItem::Enum(..) => ("ItemEnum", LABELS_ADT),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue