Module rustc::ty::maps::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 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::maps::queries;
use ty::maps::Query;
use ty::maps::QueryMap;
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

QueryConfig [
Experimental
]

Query configuration and description traits.

QueryDescription [
Experimental
]