Struct rustc_borrowck::borrowck::BckError [−][src]
pub struct BckError<'c, 'tcx: 'c> { span: Span, cause: AliasableViolationKind, cmt: &'c cmt_<'tcx>, code: bckerr_code<'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?
Fields
span: Span
🔬 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?
cause: AliasableViolationKind
🔬 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?
cmt: &'c cmt_<'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?
code: bckerr_code<'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?
Trait Implementations
impl<'c, 'tcx: 'c> Debug for BckError<'c, 'tcx>
[src]
impl<'c, 'tcx: 'c> Debug for BckError<'c, 'tcx>
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl<'c, 'tcx: 'c> PartialEq for BckError<'c, 'tcx>
[src]
impl<'c, 'tcx: 'c> PartialEq for BckError<'c, 'tcx>