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
results: FxHashMap<D::Key, QueryValue<D::Value>>
🔬 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?
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?
Methods
impl<'tcx, M: QueryConfig<'tcx>> QueryMap<'tcx, M>
[src]
impl<'tcx, M: QueryConfig<'tcx>> QueryMap<'tcx, M>
fn new() -> QueryMap<'tcx, M>
[src]
fn new() -> QueryMap<'tcx, M>
🔬 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?