@@ -567,7 +567,7 @@ impl<'mir, 'tcx> rustc_const_eval::interpret::Machine<'mir, 'tcx> for DummyMachi
567
567
_args : & [ rustc_const_eval:: interpret:: OpTy < ' tcx , Self :: Provenance > ] ,
568
568
_destination : & rustc_const_eval:: interpret:: PlaceTy < ' tcx , Self :: Provenance > ,
569
569
_target : Option < BasicBlock > ,
570
- _unwind : rustc_const_eval :: interpret :: StackPopUnwind ,
570
+ _unwind : UnwindAction ,
571
571
) -> interpret:: InterpResult < ' tcx , Option < ( & ' mir Body < ' tcx > , ty:: Instance < ' tcx > ) > > {
572
572
unimplemented ! ( )
573
573
}
@@ -578,15 +578,15 @@ impl<'mir, 'tcx> rustc_const_eval::interpret::Machine<'mir, 'tcx> for DummyMachi
578
578
_args : & [ rustc_const_eval:: interpret:: OpTy < ' tcx , Self :: Provenance > ] ,
579
579
_destination : & rustc_const_eval:: interpret:: PlaceTy < ' tcx , Self :: Provenance > ,
580
580
_target : Option < BasicBlock > ,
581
- _unwind : rustc_const_eval :: interpret :: StackPopUnwind ,
581
+ _unwind : UnwindAction ,
582
582
) -> interpret:: InterpResult < ' tcx > {
583
583
unimplemented ! ( )
584
584
}
585
585
586
586
fn assert_panic (
587
587
_ecx : & mut InterpCx < ' mir , ' tcx , Self > ,
588
588
_msg : & rustc_middle:: mir:: AssertMessage < ' tcx > ,
589
- _unwind : Option < BasicBlock > ,
589
+ _unwind : UnwindAction ,
590
590
) -> interpret:: InterpResult < ' tcx > {
591
591
unimplemented ! ( )
592
592
}
0 commit comments