@@ -1200,7 +1200,6 @@ pub struct Resolver<'ra, 'tcx> {
1200
1200
/// and how the `impl Trait` fragments were introduced.
1201
1201
invocation_parents : FxHashMap < LocalExpnId , InvocationParent > ,
1202
1202
1203
- legacy_const_generic_args : FxHashMap < DefId , Option < Vec < usize > > > ,
1204
1203
/// Amount of lifetime parameters for each item in the crate.
1205
1204
item_generics_num_lifetimes : FxHashMap < LocalDefId , usize > ,
1206
1205
delegation_fn_sigs : LocalDefIdMap < DelegationFnSig > ,
@@ -1585,7 +1584,6 @@ impl<'ra, 'tcx> Resolver<'ra, 'tcx> {
1585
1584
def_id_to_node_id,
1586
1585
placeholder_field_indices : Default :: default ( ) ,
1587
1586
invocation_parents,
1588
- legacy_const_generic_args : Default :: default ( ) ,
1589
1587
item_generics_num_lifetimes : Default :: default ( ) ,
1590
1588
main_def : Default :: default ( ) ,
1591
1589
trait_impls : Default :: default ( ) ,
@@ -1705,7 +1703,6 @@ impl<'ra, 'tcx> Resolver<'ra, 'tcx> {
1705
1703
} ;
1706
1704
let ast_lowering = ty:: ResolverAstLowering {
1707
1705
owners : self . owners ,
1708
- legacy_const_generic_args : self . legacy_const_generic_args ,
1709
1706
partial_res_map : self . partial_res_map ,
1710
1707
import_res_map : self . import_res_map ,
1711
1708
label_res_map : self . label_res_map ,
0 commit comments