Lower RPITIT to ImplTraitPlaceholder item
This commit is contained in:
parent
78b962a4f3
commit
d34cb98fb0
11 changed files with 99 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue