@@ -1200,7 +1200,6 @@ pub struct Resolver<'ra, 'tcx> {
12001200 /// and how the `impl Trait` fragments were introduced.
12011201 invocation_parents : FxHashMap < LocalExpnId , InvocationParent > ,
12021202
1203- legacy_const_generic_args : FxHashMap < DefId , Option < Vec < usize > > > ,
12041203 /// Amount of lifetime parameters for each item in the crate.
12051204 item_generics_num_lifetimes : FxHashMap < LocalDefId , usize > ,
12061205 delegation_fn_sigs : LocalDefIdMap < DelegationFnSig > ,
@@ -1585,7 +1584,6 @@ impl<'ra, 'tcx> Resolver<'ra, 'tcx> {
15851584 def_id_to_node_id,
15861585 placeholder_field_indices : Default :: default ( ) ,
15871586 invocation_parents,
1588- legacy_const_generic_args : Default :: default ( ) ,
15891587 item_generics_num_lifetimes : Default :: default ( ) ,
15901588 main_def : Default :: default ( ) ,
15911589 trait_impls : Default :: default ( ) ,
@@ -1705,7 +1703,6 @@ impl<'ra, 'tcx> Resolver<'ra, 'tcx> {
17051703 } ;
17061704 let ast_lowering = ty:: ResolverAstLowering {
17071705 owners : self . owners ,
1708- legacy_const_generic_args : self . legacy_const_generic_args ,
17091706 partial_res_map : self . partial_res_map ,
17101707 import_res_map : self . import_res_map ,
17111708 label_res_map : self . label_res_map ,
0 commit comments