@@ -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 ;
@@ -460,7 +460,7 @@ define_tables! {
460
460
macro_definition: Table <DefIndex , LazyValue <ast:: DelimArgs >>,
461
461
proc_macro: Table <DefIndex , MacroKind >,
462
462
deduced_param_attrs: Table <DefIndex , LazyArray <DeducedParamAttrs >>,
463
- trait_impl_trait_tys: Table <DefIndex , LazyValue <FxHashMap < DefId , ty:: EarlyBinder <Ty <' static >>>>>,
463
+ trait_impl_trait_tys: Table <DefIndex , LazyValue <DefIdMap < ty:: EarlyBinder <Ty <' static >>>>>,
464
464
doc_link_resolutions: Table <DefIndex , LazyValue <DocLinkResMap >>,
465
465
doc_link_traits_in_scope: Table <DefIndex , LazyArray <DefId >>,
466
466
assumed_wf_types_for_rpitit: Table <DefIndex , LazyArray <( Ty <' static >, Span ) >>,
0 commit comments