Enum rustc_borrowck::borrowck::bckerr_code[][src]

pub enum bckerr_code<'tcx> {
    err_mutbl,
    err_out_of_scope(Region<'tcx>, Region<'tcx>, LoanCause),
    err_borrowed_pointer_too_short(Region<'tcx>, Region<'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?

Variants

🔬 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?

🔬 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?

superscope, subscope, loan cause

🔬 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<'tcx> Debug for bckerr_code<'tcx>
[src]

Formats the value using the given formatter. Read more

impl<'tcx> PartialEq for bckerr_code<'tcx>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl<'tcx> !Send for bckerr_code<'tcx>

impl<'tcx> !Sync for bckerr_code<'tcx>