File tree 1 file changed +0
-2
lines changed
compiler/rustc_middle/src/ty
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -1370,7 +1370,6 @@ pub struct GlobalCtxt<'tcx> {
1370
1370
1371
1371
// Internal caches for metadata decoding. No need to track deps on this.
1372
1372
pub ty_rcache : Lock < FxHashMap < ty:: CReaderCacheKey , Ty < ' tcx > > > ,
1373
- pub pred_rcache : Lock < FxHashMap < ty:: CReaderCacheKey , Predicate < ' tcx > > > ,
1374
1373
1375
1374
/// Caches the results of trait selection. This cache is used
1376
1375
/// for things that do not have to do with the parameters in scope.
@@ -1601,7 +1600,6 @@ impl<'tcx> TyCtxt<'tcx> {
1601
1600
query_system,
1602
1601
query_kinds,
1603
1602
ty_rcache : Default :: default ( ) ,
1604
- pred_rcache : Default :: default ( ) ,
1605
1603
selection_cache : Default :: default ( ) ,
1606
1604
evaluation_cache : Default :: default ( ) ,
1607
1605
new_solver_evaluation_cache : Default :: default ( ) ,
You can’t perform that action at this time.
0 commit comments