Skip to main content
Module direction
rustc_
mir_
dataflow
1.95.0-beta.1
(ad726b506 2026-03-05)
Module direction
Module Items
Structs
Traits
In rustc_
mir_
dataflow::
framework
rustc_mir_dataflow
::
framework
Module
direction
Copy item path
Source
Structs
§
Backward
Dataflow that runs from the exit of a block (terminator), to its entry (the first statement).
Forward
Dataflow that runs from the entry of a block (the first statement), to its exit (terminator).
Traits
§
Direction