@@ -538,7 +538,7 @@ where
538538
539539 fn visit_block_start (
540540 & mut self ,
541- _results : & Results < ' tcx , A > ,
541+ _results : & mut Results < ' tcx , A > ,
542542 state : & Self :: FlowState ,
543543 _block_data : & mir:: BasicBlockData < ' tcx > ,
544544 _block : BasicBlock ,
@@ -550,7 +550,7 @@ where
550550
551551 fn visit_block_end (
552552 & mut self ,
553- _results : & Results < ' tcx , A > ,
553+ _results : & mut Results < ' tcx , A > ,
554554 state : & Self :: FlowState ,
555555 _block_data : & mir:: BasicBlockData < ' tcx > ,
556556 _block : BasicBlock ,
@@ -562,7 +562,7 @@ where
562562
563563 fn visit_statement_before_primary_effect (
564564 & mut self ,
565- results : & Results < ' tcx , A > ,
565+ results : & mut Results < ' tcx , A > ,
566566 state : & Self :: FlowState ,
567567 _statement : & mir:: Statement < ' tcx > ,
568568 _location : Location ,
@@ -575,7 +575,7 @@ where
575575
576576 fn visit_statement_after_primary_effect (
577577 & mut self ,
578- results : & Results < ' tcx , A > ,
578+ results : & mut Results < ' tcx , A > ,
579579 state : & Self :: FlowState ,
580580 _statement : & mir:: Statement < ' tcx > ,
581581 _location : Location ,
@@ -586,7 +586,7 @@ where
586586
587587 fn visit_terminator_before_primary_effect (
588588 & mut self ,
589- results : & Results < ' tcx , A > ,
589+ results : & mut Results < ' tcx , A > ,
590590 state : & Self :: FlowState ,
591591 _terminator : & mir:: Terminator < ' tcx > ,
592592 _location : Location ,
@@ -599,7 +599,7 @@ where
599599
600600 fn visit_terminator_after_primary_effect (
601601 & mut self ,
602- results : & Results < ' tcx , A > ,
602+ results : & mut Results < ' tcx , A > ,
603603 state : & Self :: FlowState ,
604604 _terminator : & mir:: Terminator < ' tcx > ,
605605 _location : Location ,
0 commit comments