File tree 1 file changed +0
-9
lines changed
compiler/rustc_middle/src/query
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ use rustc_hir::hir_id::{HirId, OwnerId};
12
12
use rustc_query_system:: query:: { DefaultCacheSelector , SingleCacheSelector , VecCacheSelector } ;
13
13
use rustc_span:: symbol:: { Ident , Symbol } ;
14
14
use rustc_span:: { Span , DUMMY_SP } ;
15
- use rustc_target:: abi:: FieldIdx ;
16
15
17
16
/// Placeholder for `CrateNum`'s "local" counterpart
18
17
#[ derive( Copy , Clone , Debug ) ]
@@ -360,14 +359,6 @@ impl<'tcx> Key for (ty::ParamEnv<'tcx>, ty::TraitRef<'tcx>) {
360
359
}
361
360
}
362
361
363
- impl < ' tcx > Key for ( ty:: Const < ' tcx > , FieldIdx ) {
364
- type CacheSelector = DefaultCacheSelector < Self > ;
365
-
366
- fn default_span ( & self , _: TyCtxt < ' _ > ) -> Span {
367
- DUMMY_SP
368
- }
369
- }
370
-
371
362
impl < ' tcx > Key for ty:: PolyTraitRef < ' tcx > {
372
363
type CacheSelector = DefaultCacheSelector < Self > ;
373
364
You can’t perform that action at this time.
0 commit comments