change usages of type_of to bound_type_of
This commit is contained in:
@@ -692,7 +692,7 @@ fn build_call_shim<'tcx>(
|
||||
|
||||
// `FnDef` call with optional receiver.
|
||||
CallKind::Direct(def_id) => {
|
||||
let ty = tcx.type_of(def_id);
|
||||
let ty = tcx.bound_type_of(def_id).subst_identity();
|
||||
(
|
||||
Operand::Constant(Box::new(Constant {
|
||||
span,
|
||||
|
||||
Reference in New Issue
Block a user