rust/compiler
Georgiy Komarov 270f1510be
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
2024-01-20 14:42:27 -03:00
..
2024-01-16 21:15:31 +01:00
2024-01-17 03:14:16 +01:00
2024-01-17 03:14:16 +01:00
2024-01-19 11:09:30 +01:00