Trait rustc::middle::dataflow::DataFlowOperator [] [src]

pub trait DataFlowOperator: BitwiseOperator {
    fn initial_value(&self) -> bool;
}
🔬 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?

Parameterization for the precise form of data flow that is used.

Required Methods

🔬 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?

Specifies the initial value for each bit in the on_entry set

Implementors