@@ -403,7 +403,6 @@ define_tables! {
403
403
explicit_implied_predicates_of: Table <DefIndex , LazyArray <( ty:: Clause <' static >, Span ) >>,
404
404
explicit_implied_const_bounds: Table <DefIndex , LazyArray <( ty:: PolyTraitRef <' static >, Span ) >>,
405
405
inherent_impls: Table <DefIndex , LazyArray <DefIndex >>,
406
- associated_types_for_impl_traits_in_associated_fn: Table <DefIndex , LazyArray <DefId >>,
407
406
opt_rpitit_info: Table <DefIndex , Option <LazyValue <ty:: ImplTraitInTraitData >>>,
408
407
// Reexported names are not associated with individual `DefId`s,
409
408
// e.g. a glob import can introduce a lot of names, all with the same `DefId`.
@@ -482,6 +481,7 @@ define_tables! {
482
481
assumed_wf_types_for_rpitit: Table <DefIndex , LazyArray <( Ty <' static >, Span ) >>,
483
482
opaque_ty_origin: Table <DefIndex , LazyValue <hir:: OpaqueTyOrigin <DefId >>>,
484
483
anon_const_kind: Table <DefIndex , LazyValue <ty:: AnonConstKind >>,
484
+ associated_types_for_impl_traits_in_trait_or_impl: Table <DefIndex , LazyValue <DefIdMap <Vec <DefId >>>>,
485
485
}
486
486
487
487
#[ derive( TyEncodable , TyDecodable ) ]
0 commit comments