Skip to content

Commit

Permalink
re-export SwitchIntEdgeEffects
Browse files Browse the repository at this point in the history
This makes it possible to use `switch_int_edge_effects` outside
`rustc_mir::dataflow::impls`.
  • Loading branch information
tmiasko committed Jul 4, 2021
1 parent 71a567f commit 6bbf1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_mir/src/dataflow/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pub(crate) use self::drop_flag_effects::*;
pub use self::framework::{
fmt, lattice, visit_results, Analysis, AnalysisDomain, Backward, BorrowckFlowState,
BorrowckResults, Engine, Forward, GenKill, GenKillAnalysis, JoinSemiLattice, Results,
ResultsCursor, ResultsRefCursor, ResultsVisitor,
ResultsCursor, ResultsRefCursor, ResultsVisitor, SwitchIntEdgeEffects,
};

use self::move_paths::MoveData;
Expand Down

0 comments on commit 6bbf1e7

Please sign in to comment.