File tree Expand file tree Collapse file tree 6 files changed +685
-3
lines changed Expand file tree Collapse file tree 6 files changed +685
-3
lines changed Original file line number Diff line number Diff line change @@ -3760,6 +3760,7 @@ dependencies = [
37603760name = " rustc_mir_dataflow"
37613761version = " 0.0.0"
37623762dependencies = [
3763+ " either" ,
37633764 " polonius-engine" ,
37643765 " regex" ,
37653766 " rustc_ast" ,
Original file line number Diff line number Diff line change @@ -22,3 +22,4 @@ rustc_middle = { path = "../rustc_middle" }
2222rustc_serialize = { path = " ../rustc_serialize" }
2323rustc_target = { path = " ../rustc_target" }
2424rustc_span = { path = " ../rustc_span" }
25+ either = " 1"
Original file line number Diff line number Diff line change @@ -140,7 +140,6 @@ where
140140 }
141141
142142 /// Allows inspection of unreachable basic blocks even with `debug_assertions` enabled.
143- #[ cfg( test) ]
144143 pub ( crate ) fn allow_unreachable ( & mut self ) {
145144 #[ cfg( debug_assertions) ]
146145 self . reachable_blocks . insert_all ( )
You can’t perform that action at this time.
0 commit comments