Module rustc_mir::dataflow::at_location[][src]

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

A nice wrapper to consume dataflow results at several CFG locations.

Structs

FlowAtLocation [
Experimental
]

Represents the state of dataflow at a particular CFG location, both before and after it is executed.

Traits

FlowsAtLocation [
Experimental
]

A trait for "cartesian products" of multiple FlowAtLocation.