@@ -79,7 +79,7 @@ fn place_contents_drop_state_cannot_differ<'tcx>(
79
79
}
80
80
}
81
81
82
- pub ( crate ) fn on_lookup_result_bits < ' tcx , F > (
82
+ pub fn on_lookup_result_bits < ' tcx , F > (
83
83
tcx : TyCtxt < ' tcx > ,
84
84
body : & Body < ' tcx > ,
85
85
move_data : & MoveData < ' tcx > ,
@@ -96,7 +96,7 @@ pub(crate) fn on_lookup_result_bits<'tcx, F>(
96
96
}
97
97
}
98
98
99
- pub ( crate ) fn on_all_children_bits < ' tcx , F > (
99
+ pub fn on_all_children_bits < ' tcx , F > (
100
100
tcx : TyCtxt < ' tcx > ,
101
101
body : & Body < ' tcx > ,
102
102
move_data : & MoveData < ' tcx > ,
@@ -138,7 +138,7 @@ pub(crate) fn on_all_children_bits<'tcx, F>(
138
138
on_all_children_bits ( tcx, body, move_data, move_path_index, & mut each_child) ;
139
139
}
140
140
141
- pub ( crate ) fn on_all_drop_children_bits < ' tcx , F > (
141
+ pub fn on_all_drop_children_bits < ' tcx , F > (
142
142
tcx : TyCtxt < ' tcx > ,
143
143
body : & Body < ' tcx > ,
144
144
ctxt : & MoveDataParamEnv < ' tcx > ,
@@ -161,7 +161,7 @@ pub(crate) fn on_all_drop_children_bits<'tcx, F>(
161
161
} )
162
162
}
163
163
164
- pub ( crate ) fn drop_flag_effects_for_function_entry < ' tcx , F > (
164
+ pub fn drop_flag_effects_for_function_entry < ' tcx , F > (
165
165
tcx : TyCtxt < ' tcx > ,
166
166
body : & Body < ' tcx > ,
167
167
ctxt : & MoveDataParamEnv < ' tcx > ,
@@ -179,7 +179,7 @@ pub(crate) fn drop_flag_effects_for_function_entry<'tcx, F>(
179
179
}
180
180
}
181
181
182
- pub ( crate ) fn drop_flag_effects_for_location < ' tcx , F > (
182
+ pub fn drop_flag_effects_for_location < ' tcx , F > (
183
183
tcx : TyCtxt < ' tcx > ,
184
184
body : & Body < ' tcx > ,
185
185
ctxt : & MoveDataParamEnv < ' tcx > ,
0 commit comments