Skip to content

Commit 6bbf1e7

Browse files
committed
re-export SwitchIntEdgeEffects
This makes it possible to use `switch_int_edge_effects` outside `rustc_mir::dataflow::impls`.
1 parent 71a567f commit 6bbf1e7

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)