@@ -12,7 +12,7 @@ use rustc_attr as attr;
1212use rustc_data_structures:: svh:: Svh ;
1313use rustc_hir as hir;
1414use 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 } ;
1616use rustc_hir:: definitions:: DefKey ;
1717use rustc_hir:: lang_items:: LangItem ;
1818use rustc_index:: bit_set:: BitSet ;
@@ -459,7 +459,7 @@ define_tables! {
459459 macro_definition: Table <DefIndex , LazyValue <ast:: DelimArgs >>,
460460 proc_macro: Table <DefIndex , MacroKind >,
461461 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 >>>>>,
463463 doc_link_resolutions: Table <DefIndex , LazyValue <DocLinkResMap >>,
464464 doc_link_traits_in_scope: Table <DefIndex , LazyArray <DefId >>,
465465 assumed_wf_types_for_rpitit: Table <DefIndex , LazyArray <( Ty <' static >, Span ) >>,
0 commit comments