Struct rustc_mir::transform::simplify::CfgSimplifier [] [src]

pub struct CfgSimplifier<'a, 'tcx: 'a> { /* fields omitted */ }
🔬 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?

Methods

impl<'a, 'tcx: 'a> CfgSimplifier<'a, 'tcx>
[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?

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

Trait Implementations

Auto Trait Implementations

impl<'a, 'tcx> !Send for CfgSimplifier<'a, 'tcx>

impl<'a, 'tcx> !Sync for CfgSimplifier<'a, 'tcx>