re-export SwitchIntEdgeEffects
This makes it possible to use `switch_int_edge_effects` outside `rustc_mir::dataflow::impls`.
This commit is contained in:
parent
71a567fae4
commit
6bbf1e7aad
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ pub(crate) use self::drop_flag_effects::*;
|
||||||
pub use self::framework::{
|
pub use self::framework::{
|
||||||
fmt, lattice, visit_results, Analysis, AnalysisDomain, Backward, BorrowckFlowState,
|
fmt, lattice, visit_results, Analysis, AnalysisDomain, Backward, BorrowckFlowState,
|
||||||
BorrowckResults, Engine, Forward, GenKill, GenKillAnalysis, JoinSemiLattice, Results,
|
BorrowckResults, Engine, Forward, GenKill, GenKillAnalysis, JoinSemiLattice, Results,
|
||||||
ResultsCursor, ResultsRefCursor, ResultsVisitor,
|
ResultsCursor, ResultsRefCursor, ResultsVisitor, SwitchIntEdgeEffects,
|
||||||
};
|
};
|
||||||
|
|
||||||
use self::move_paths::MoveData;
|
use self::move_paths::MoveData;
|
||||||
|
|
Loading…
Add table
Reference in a new issue