Struct rustc_mir::transform::dump_mir::Disambiguator[][src]

pub struct Disambiguator {
    is_after: 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?

Fields

🔬 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 Display for Disambiguator
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Disambiguator

impl Sync for Disambiguator