rust/compiler/rustc_mir_dataflow
Matthias Krüger 796c466cea
Rollup merge of #97832 - tmiasko:const-direction, r=cjgillot
Change `Direction::{is_forward,is_backward}` functions into constants

Make it explicit that the analysis direction is constant.

This also makes the value immediately available for optimizations.
Previously those functions were neither inline nor generic and so their
definition was unavailable when using data flow framework from other
crates.
2022-06-07 23:55:27 +02:00
..
src Rollup merge of #97832 - tmiasko:const-direction, r=cjgillot 2022-06-07 23:55:27 +02:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00