Struct rustc_mir::transform::simplify::SimplifyCfg
[−]
[src]
pub struct SimplifyCfg { /* 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 SimplifyCfg
[src]
impl SimplifyCfg
pub fn new(label: &str) -> Self
[src]
pub fn new(label: &str) -> Self
🔬 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
impl MirPass for SimplifyCfg
[src]
impl MirPass for SimplifyCfg
fn name<'a>(&'a self) -> Cow<'a, str>
[src]
fn name<'a>(&'a self) -> Cow<'a, str>
🔬 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?
fn run_pass<'a, 'tcx>(
&self,
_tcx: TyCtxt<'a, 'tcx, 'tcx>,
_src: MirSource,
mir: &mut Mir<'tcx>
)
[src]
fn run_pass<'a, 'tcx>(
&self,
_tcx: TyCtxt<'a, 'tcx, 'tcx>,
_src: MirSource,
mir: &mut Mir<'tcx>
)
🔬 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?
Auto Trait Implementations
impl Send for SimplifyCfg
impl Send for SimplifyCfg
impl Sync for SimplifyCfg
impl Sync for SimplifyCfg