Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rustc_mir_dataflow: Add exports for external tools
Added back previously available exports: * Forward/Backward: used when implementing `AnalysisDomain` * Engine: used in user's code to solve the dataflow problem * SwitchIntEdgeEffects: used when implementing functions of the `Analysis` trait * graphviz: potentially useful for debugging purposes These exports are used when implementing external tools based on MIR dataflow framework. Closes #120130
- Loading branch information