@@ -538,7 +538,7 @@ where
538
538
539
539
fn visit_block_start (
540
540
& mut self ,
541
- _results : & Results < ' tcx , A > ,
541
+ _results : & mut Results < ' tcx , A > ,
542
542
state : & Self :: FlowState ,
543
543
_block_data : & mir:: BasicBlockData < ' tcx > ,
544
544
_block : BasicBlock ,
@@ -550,7 +550,7 @@ where
550
550
551
551
fn visit_block_end (
552
552
& mut self ,
553
- _results : & Results < ' tcx , A > ,
553
+ _results : & mut Results < ' tcx , A > ,
554
554
state : & Self :: FlowState ,
555
555
_block_data : & mir:: BasicBlockData < ' tcx > ,
556
556
_block : BasicBlock ,
@@ -562,7 +562,7 @@ where
562
562
563
563
fn visit_statement_before_primary_effect (
564
564
& mut self ,
565
- results : & Results < ' tcx , A > ,
565
+ results : & mut Results < ' tcx , A > ,
566
566
state : & Self :: FlowState ,
567
567
_statement : & mir:: Statement < ' tcx > ,
568
568
_location : Location ,
@@ -575,7 +575,7 @@ where
575
575
576
576
fn visit_statement_after_primary_effect (
577
577
& mut self ,
578
- results : & Results < ' tcx , A > ,
578
+ results : & mut Results < ' tcx , A > ,
579
579
state : & Self :: FlowState ,
580
580
_statement : & mir:: Statement < ' tcx > ,
581
581
_location : Location ,
@@ -586,7 +586,7 @@ where
586
586
587
587
fn visit_terminator_before_primary_effect (
588
588
& mut self ,
589
- results : & Results < ' tcx , A > ,
589
+ results : & mut Results < ' tcx , A > ,
590
590
state : & Self :: FlowState ,
591
591
_terminator : & mir:: Terminator < ' tcx > ,
592
592
_location : Location ,
@@ -599,7 +599,7 @@ where
599
599
600
600
fn visit_terminator_after_primary_effect (
601
601
& mut self ,
602
- results : & Results < ' tcx , A > ,
602
+ results : & mut Results < ' tcx , A > ,
603
603
state : & Self :: FlowState ,
604
604
_terminator : & mir:: Terminator < ' tcx > ,
605
605
_location : Location ,
0 commit comments