Struct rustc::ty::query::plumbing::QueryCache [−][src]
pub struct QueryCache<'tcx, D: QueryConfig<'tcx> + ?Sized> { pub(super) results: FxHashMap<D::Key, QueryValue<D::Value>>, pub(super) 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>> QueryCache<'tcx, M>
[src]
impl<'tcx, M: QueryConfig<'tcx>> QueryCache<'tcx, M>
pub(super) fn new(
) -> QueryCache<'tcx, M>
[src]
pub(super) fn new(
) -> QueryCache<'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?
Auto Trait Implementations
impl<'tcx, D> !Send for QueryCache<'tcx, D>
impl<'tcx, D> !Send for QueryCache<'tcx, D>
impl<'tcx, D> !Sync for QueryCache<'tcx, D>
impl<'tcx, D> !Sync for QueryCache<'tcx, D>