Struct rustc::ty::maps::plumbing::QueryMap[][src]

pub struct QueryMap<'tcx, D: QueryConfig<'tcx> + ?Sized> {
    results: FxHashMap<D::Key, QueryValue<D::Value>>,
    active: FxHashMap<D::Key, QueryResult<'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

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

Methods

impl<'tcx, M: QueryConfig<'tcx>> QueryMap<'tcx, M>
[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?

Auto Trait Implementations

impl<'tcx, D> !Send for QueryMap<'tcx, D>

impl<'tcx, D> !Sync for QueryMap<'tcx, D>