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
err_mutbl
🔬 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?
err_out_of_scope(Region<'tcx>, Region<'tcx>, LoanCause)
🔬 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
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?
Trait Implementations
impl<'tcx> Debug for bckerr_code<'tcx>
[src]
impl<'tcx> Debug for bckerr_code<'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<'tcx> PartialEq for bckerr_code<'tcx>
[src]
impl<'tcx> PartialEq for bckerr_code<'tcx>
fn eq(&self, other: &bckerr_code<'tcx>) -> bool
[src]
fn eq(&self, other: &bckerr_code<'tcx>) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &bckerr_code<'tcx>) -> bool
[src]
fn ne(&self, other: &bckerr_code<'tcx>) -> bool
This method tests for !=
.
Auto Trait Implementations
impl<'tcx> !Send for bckerr_code<'tcx>
impl<'tcx> !Send for bckerr_code<'tcx>
impl<'tcx> !Sync for bckerr_code<'tcx>
impl<'tcx> !Sync for bckerr_code<'tcx>