change usages of type_of to bound_type_of
This commit is contained in:
@@ -2497,7 +2497,7 @@ impl<'tcx> ConstantKind<'tcx> {
|
||||
};
|
||||
debug!("expr.kind: {:?}", expr.kind);
|
||||
|
||||
let ty = tcx.type_of(def.def_id_for_type_of());
|
||||
let ty = tcx.bound_type_of(def.def_id_for_type_of()).subst_identity();
|
||||
debug!(?ty);
|
||||
|
||||
// FIXME(const_generics): We currently have to special case parameters because `min_const_generics`
|
||||
|
||||
Reference in New Issue
Block a user