Trait rustc_mir::borrow_check::nll::type_check::NormalizeLocation [−][src]
trait NormalizeLocation: Debug + Copy { fn to_locations(self) -> Locations; }
🔬 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?
Required Methods
fn to_locations(self) -> Locations
🔬 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?
Implementations on Foreign Types
impl NormalizeLocation for Location
[src]
impl NormalizeLocation for Location
fn to_locations(self) -> Locations
[src]
fn to_locations(self) -> Locations
🔬 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?
Implementors
impl NormalizeLocation for Locations