Struct rustc_typeck::check::MaybeInProgressTables[][src]

struct MaybeInProgressTables<'a, 'tcx: 'a> {
    maybe_tables: Option<&'a RefCell<TypeckTables<'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?

A wrapper for InferCtxt's in_progress_tables field.

Fields

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

Methods

impl<'a, 'tcx> MaybeInProgressTables<'a, 'tcx>
[src]

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

Trait Implementations

impl<'a, 'tcx: 'a> Copy for MaybeInProgressTables<'a, 'tcx>
[src]

impl<'a, 'tcx: 'a> Clone for MaybeInProgressTables<'a, 'tcx>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'a, 'tcx> !Send for MaybeInProgressTables<'a, 'tcx>

impl<'a, 'tcx> !Sync for MaybeInProgressTables<'a, 'tcx>