@@ -567,7 +567,7 @@ impl<'mir, 'tcx> rustc_const_eval::interpret::Machine<'mir, 'tcx> for DummyMachi
567567 _args : & [ rustc_const_eval:: interpret:: OpTy < ' tcx , Self :: Provenance > ] ,
568568 _destination : & rustc_const_eval:: interpret:: PlaceTy < ' tcx , Self :: Provenance > ,
569569 _target : Option < BasicBlock > ,
570- _unwind : rustc_const_eval :: interpret :: StackPopUnwind ,
570+ _unwind : UnwindAction ,
571571 ) -> interpret:: InterpResult < ' tcx , Option < ( & ' mir Body < ' tcx > , ty:: Instance < ' tcx > ) > > {
572572 unimplemented ! ( )
573573 }
@@ -578,15 +578,15 @@ impl<'mir, 'tcx> rustc_const_eval::interpret::Machine<'mir, 'tcx> for DummyMachi
578578 _args : & [ rustc_const_eval:: interpret:: OpTy < ' tcx , Self :: Provenance > ] ,
579579 _destination : & rustc_const_eval:: interpret:: PlaceTy < ' tcx , Self :: Provenance > ,
580580 _target : Option < BasicBlock > ,
581- _unwind : rustc_const_eval :: interpret :: StackPopUnwind ,
581+ _unwind : UnwindAction ,
582582 ) -> interpret:: InterpResult < ' tcx > {
583583 unimplemented ! ( )
584584 }
585585
586586 fn assert_panic (
587587 _ecx : & mut InterpCx < ' mir , ' tcx , Self > ,
588588 _msg : & rustc_middle:: mir:: AssertMessage < ' tcx > ,
589- _unwind : Option < BasicBlock > ,
589+ _unwind : UnwindAction ,
590590 ) -> interpret:: InterpResult < ' tcx > {
591591 unimplemented ! ( )
592592 }
0 commit comments