1
Fork 0

Lower RPITIT to ImplTraitPlaceholder item

This commit is contained in:
Michael Goulet 2022-08-31 04:03:24 +00:00
parent 78b962a4f3
commit d34cb98fb0
11 changed files with 99 additions and 8 deletions

View file

@ -597,7 +597,8 @@ impl<'a, 'tcx> Visitor<'tcx> for LifetimeContext<'a, 'tcx> {
}
}
hir::ItemKind::ImplTraitPlaceholder(..) => {
// FIXME(RPITIT): We don't need to do anything here, right?
// FIXME(RPITIT): We don't need to do anything special here, right?
intravisit::walk_item(self, item);
}
hir::ItemKind::TyAlias(_, ref generics)
| hir::ItemKind::Enum(_, ref generics)