@@ -1168,8 +1168,6 @@ pub struct Resolver<'ra, 'tcx> {
1168
1168
node_id_to_def_id : NodeMap < Feed < ' tcx , LocalDefId > > ,
1169
1169
def_id_to_node_id : IndexVec < LocalDefId , ast:: NodeId > ,
1170
1170
1171
- autodiff_map : FxHashMap < LocalDefId , LocalDefId > ,
1172
-
1173
1171
/// Indices of unnamed struct or variant fields with unresolved attributes.
1174
1172
placeholder_field_indices : FxHashMap < NodeId , usize > ,
1175
1173
/// When collecting definitions from an AST fragment produced by a macro invocation `ExpnId`
@@ -1541,7 +1539,6 @@ impl<'ra, 'tcx> Resolver<'ra, 'tcx> {
1541
1539
next_node_id : CRATE_NODE_ID ,
1542
1540
node_id_to_def_id,
1543
1541
def_id_to_node_id,
1544
- autodiff_map : Default :: default ( ) ,
1545
1542
placeholder_field_indices : Default :: default ( ) ,
1546
1543
invocation_parents,
1547
1544
trait_impl_items : Default :: default ( ) ,
@@ -1671,7 +1668,6 @@ impl<'ra, 'tcx> Resolver<'ra, 'tcx> {
1671
1668
. into_items ( )
1672
1669
. map ( |( k, f) | ( k, f. key ( ) ) )
1673
1670
. collect ( ) ,
1674
- autodiff_map : self . autodiff_map ,
1675
1671
trait_map : self . trait_map ,
1676
1672
lifetime_elision_allowed : self . lifetime_elision_allowed ,
1677
1673
lint_buffer : Steal :: new ( self . lint_buffer ) ,
0 commit comments