]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_save_analysis/src/dump_visitor.rs
Rollup merge of #101717 - Pointerbender:unsafecell-memory-layout, r=Amanieu
[rust.git] / compiler / rustc_save_analysis / src / dump_visitor.rs
index ecb09f0c4b70d8f5e6c7d98a33c70b45d93d7f0b..23d06d8e5163b92e14534d6dd8300a48a3a4feb7 100644 (file)
@@ -1069,7 +1069,7 @@ fn process_impl_item(&mut self, impl_item: &'tcx hir::ImplItem<'tcx>, impl_id: D
                     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.