rename Unevaluated to UnevaluatedConst
This commit is contained in:
@@ -424,7 +424,7 @@ impl<'a, 'tcx> ConstEvalLateContext<'a, 'tcx> {
|
||||
.tcx
|
||||
.const_eval_resolve(
|
||||
self.param_env,
|
||||
mir::Unevaluated::new(ty::WithOptConstParam::unknown(def_id), substs),
|
||||
mir::UnevaluatedConst::new(ty::WithOptConstParam::unknown(def_id), substs),
|
||||
None,
|
||||
)
|
||||
.ok()
|
||||
|
||||
Reference in New Issue
Block a user