ImplItemKind::TyAlias => ImplItemKind::Type
This commit is contained in:
parent
28eda9b18a
commit
70f3c79c50
27 changed files with 32 additions and 32 deletions
|
@ -1069,7 +1069,7 @@ impl<'tcx> DumpVisitor<'tcx> {
|
|||
impl_item.span,
|
||||
);
|
||||
}
|
||||
hir::ImplItemKind::TyAlias(ref ty) => {
|
||||
hir::ImplItemKind::Type(ref ty) => {
|
||||
// FIXME: uses of the assoc type should ideally point to this
|
||||
// 'def' and the name here should be a ref to the def in the
|
||||
// trait.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue