change usages of type_of to bound_type_of
This commit is contained in:
@@ -1166,7 +1166,9 @@ impl<'tcx> InferCtxt<'tcx> {
|
||||
origin,
|
||||
val: ConstVariableValue::Unknown { universe: self.universe() },
|
||||
});
|
||||
self.tcx.mk_const(const_var_id, self.tcx.type_of(param.def_id)).into()
|
||||
self.tcx
|
||||
.mk_const(const_var_id, self.tcx.bound_type_of(param.def_id).subst_identity())
|
||||
.into()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user