Module rustc::ty::query::config [−][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?
Re-exports
use dep_graph::SerializedDepNodeIndex; |
use dep_graph::DepNode; |
use hir::def_id::CrateNum; |
use hir::def_id::DefId; |
use hir::def_id::DefIndex; |
use mir::interpret::GlobalId; |
use mir::interpret::ConstValue; |
use traits::query::CanonicalPredicateGoal; |
use traits::query::CanonicalProjectionGoal; |
use traits::query::CanonicalTyGoal; |
use ty; |
use ty::ParamEnvAnd; |
use ty::Ty; |
use ty::TyCtxt; |
use ty::subst::Substs; |
use ty::query::queries; |
use ty::query::Query; |
use ty::query::QueryCache; |
use std::hash::Hash; |
use std::fmt::Debug; |
use syntax_pos::symbol::InternedString; |
use rustc_data_structures::sync::Lock; |
use rustc_data_structures::stable_hasher::HashStable; |
use ich::StableHashingContext; |
Traits
QueryAccessors |
[ Experimental ]
|
QueryConfig |
[ Experimental ]
|
QueryDescription |
[ Experimental ]
|