diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2023-05-06 22:01:22 +0000 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2023-08-16 18:12:17 +0000 |
| commit | 32711b2b4e1d0868b5576e568e27024186f8aa38 (patch) | |
| tree | 1575c43188e7cb16eb0480b220ac693673af72ee /compiler/rustc_mir_dataflow/src/lib.rs | |
| parent | 934a99eb659761353e9b89538bd5de356b0f7dfe (diff) | |
| download | rust-32711b2b4e1d0868b5576e568e27024186f8aa38.tar.gz rust-32711b2b4e1d0868b5576e568e27024186f8aa38.zip | |
Introduce MaybeUnreachable.
Diffstat (limited to 'compiler/rustc_mir_dataflow/src/lib.rs')
| -rw-r--r-- | compiler/rustc_mir_dataflow/src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_mir_dataflow/src/lib.rs b/compiler/rustc_mir_dataflow/src/lib.rs index 900d438f8d5..f627a4867ee 100644 --- a/compiler/rustc_mir_dataflow/src/lib.rs +++ b/compiler/rustc_mir_dataflow/src/lib.rs @@ -29,8 +29,8 @@ pub use self::drop_flag_effects::{ pub use self::framework::{ fmt, graphviz, lattice, visit_results, Analysis, AnalysisDomain, AnalysisResults, Backward, CallReturnPlaces, CloneAnalysis, Direction, Engine, Forward, GenKill, GenKillAnalysis, - JoinSemiLattice, Results, ResultsCloned, ResultsClonedCursor, ResultsCursor, ResultsRefCursor, - ResultsVisitable, ResultsVisitor, SwitchIntEdgeEffects, + JoinSemiLattice, MaybeUnreachable, Results, ResultsCloned, ResultsClonedCursor, ResultsCursor, + ResultsRefCursor, ResultsVisitable, ResultsVisitor, SwitchIntEdgeEffects, }; use self::move_paths::MoveData; |
