Skip to content

Commit 8bb5f37

Browse files
authored
Rollup merge of #86862 - tmiasko:re-export-SwitchIntEdgeEffects, r=jonas-schievink
re-export SwitchIntEdgeEffects This makes it possible to use `switch_int_edge_effects` outside `rustc_mir::dataflow::impls`.
2 parents d3244e2 + 6bbf1e7 commit 8bb5f37

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_mir/src/dataflow

1 file changed

+1
-1
lines changed

compiler/rustc_mir/src/dataflow/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pub(crate) use self::drop_flag_effects::*;
77
pub use self::framework::{
88
fmt, lattice, visit_results, Analysis, AnalysisDomain, Backward, BorrowckFlowState,
99
BorrowckResults, Engine, Forward, GenKill, GenKillAnalysis, JoinSemiLattice, Results,
10-
ResultsCursor, ResultsRefCursor, ResultsVisitor,
10+
ResultsCursor, ResultsRefCursor, ResultsVisitor, SwitchIntEdgeEffects,
1111
};
1212

1313
use self::move_paths::MoveData;

0 commit comments

Comments
 (0)