change usages of type_of to bound_type_of

This commit is contained in:
Kyle Matsuda
2023-02-06 17:48:12 -07:00
parent 9a7cc6c32f
commit d822b97a27
136 changed files with 385 additions and 262 deletions

View File

@@ -169,7 +169,7 @@ where
};
let ident_span = path.ident.span;
(tcx.type_of(def_id), call_span, ident_span)
(tcx.bound_type_of(def_id).subst_identity(), call_span, ident_span)
}
_ => {
return;