RPITIT placeholder items

This commit is contained in:
Michael Goulet
2022-08-31 03:04:44 +00:00
parent c6861df836
commit 78b962a4f3
21 changed files with 70 additions and 2 deletions

View File

@@ -685,6 +685,7 @@ impl<'tcx> SaveContext<'tcx> {
| HirDefKind::AssocTy
| HirDefKind::Trait
| HirDefKind::OpaqueTy
| HirDefKind::ImplTraitPlaceholder
| HirDefKind::TyParam,
def_id,
) => Some(Ref { kind: RefKind::Type, span, ref_id: id_from_def_id(def_id) }),