@@ -12,7 +12,7 @@ use rustc_attr as attr;
12
12
use rustc_data_structures:: svh:: Svh ;
13
13
use rustc_hir as hir;
14
14
use rustc_hir:: def:: { CtorKind , DefKind , DocLinkResMap } ;
15
- use rustc_hir:: def_id:: { CrateNum , DefId , DefIndex , DefPathHash , StableCrateId } ;
15
+ use rustc_hir:: def_id:: { CrateNum , DefId , DefIdMap , DefIndex , DefPathHash , StableCrateId } ;
16
16
use rustc_hir:: definitions:: DefKey ;
17
17
use rustc_hir:: lang_items:: LangItem ;
18
18
use rustc_index:: bit_set:: BitSet ;
@@ -459,7 +459,7 @@ define_tables! {
459
459
macro_definition: Table <DefIndex , LazyValue <ast:: DelimArgs >>,
460
460
proc_macro: Table <DefIndex , MacroKind >,
461
461
deduced_param_attrs: Table <DefIndex , LazyArray <DeducedParamAttrs >>,
462
- trait_impl_trait_tys: Table <DefIndex , LazyValue <FxHashMap < DefId , ty:: EarlyBinder <Ty <' static >>>>>,
462
+ trait_impl_trait_tys: Table <DefIndex , LazyValue <DefIdMap < ty:: EarlyBinder <Ty <' static >>>>>,
463
463
doc_link_resolutions: Table <DefIndex , LazyValue <DocLinkResMap >>,
464
464
doc_link_traits_in_scope: Table <DefIndex , LazyArray <DefId >>,
465
465
assumed_wf_types_for_rpitit: Table <DefIndex , LazyArray <( Ty <' static >, Span ) >>,
0 commit comments