Struct rustc::traits::OverlapError
[−]
[src]
pub struct OverlapError { pub with_impl: DefId, pub trait_desc: String, pub self_desc: Option<String>, pub intercrate_ambiguity_causes: Vec<IntercrateAmbiguityCause>, }
🔬 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?
Information pertinent to an overlapping impl error.
Fields
with_impl: DefId
🔬 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_desc: String
🔬 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?
self_desc: Option<String>
🔬 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?
intercrate_ambiguity_causes: Vec<IntercrateAmbiguityCause>
🔬 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 Send for OverlapError
impl Send for OverlapError
impl Sync for OverlapError
impl Sync for OverlapError