@@ -1073,8 +1073,6 @@ pub struct Resolver<'ra, 'tcx> {
1073
1073
import_res_map : NodeMap < PerNS < Option < Res > > > ,
1074
1074
/// An import will be inserted into this map if it has been used.
1075
1075
import_use_map : FxHashMap < Import < ' ra > , Used > ,
1076
- /// Resolutions for labels (node IDs of their corresponding blocks or loops).
1077
- label_res_map : NodeMap < NodeId > ,
1078
1076
/// Resolutions for lifetimes.
1079
1077
lifetimes_res_map : NodeMap < LifetimeRes > ,
1080
1078
/// Lifetime parameters that lowering will have to introduce.
@@ -1499,7 +1497,6 @@ impl<'ra, 'tcx> Resolver<'ra, 'tcx> {
1499
1497
partial_res_map : Default :: default ( ) ,
1500
1498
import_res_map : Default :: default ( ) ,
1501
1499
import_use_map : Default :: default ( ) ,
1502
- label_res_map : Default :: default ( ) ,
1503
1500
lifetimes_res_map : Default :: default ( ) ,
1504
1501
extra_lifetime_params_map : Default :: default ( ) ,
1505
1502
extern_crate_map : Default :: default ( ) ,
@@ -1705,7 +1702,6 @@ impl<'ra, 'tcx> Resolver<'ra, 'tcx> {
1705
1702
owners : self . owners ,
1706
1703
partial_res_map : self . partial_res_map ,
1707
1704
import_res_map : self . import_res_map ,
1708
- label_res_map : self . label_res_map ,
1709
1705
lifetimes_res_map : self . lifetimes_res_map ,
1710
1706
extra_lifetime_params_map : self . extra_lifetime_params_map ,
1711
1707
next_node_id : self . next_node_id ,
0 commit comments