Wrap TyCtxt inside a QueryCtxt for queries.
This commit is contained in:
parent
dab9b89221
commit
2db2776589
9 changed files with 82 additions and 49 deletions
|
@ -7,6 +7,7 @@ use crate::traits::query::{
|
|||
CanonicalTypeOpProvePredicateGoal, CanonicalTypeOpSubtypeGoal,
|
||||
};
|
||||
use crate::ty::query::queries;
|
||||
use crate::ty::query::QueryCtxt;
|
||||
use crate::ty::subst::{GenericArg, SubstsRef};
|
||||
use crate::ty::{self, ParamEnvAnd, Ty, TyCtxt};
|
||||
use rustc_hir::def_id::{CrateNum, DefId, LocalDefId};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue