File tree 1 file changed +2
-2
lines changed
src/librustc/middle/typeck/check
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ pub fn regionck_fn(fcx: @mut FnCtxt, blk: &ast::blk) {
157
157
}
158
158
159
159
fn regionck_visitor ( ) -> rvt {
160
- // FIXME(#3238) should use visit_pat, not visit_arm/visit_local,
160
+ // (*) FIXME(#3238) should use visit_pat, not visit_arm/visit_local,
161
161
// However, right now we run into an issue whereby some free
162
162
// regions are not properly related if they appear within the
163
163
// types of arguments that must be inferred. This could be
@@ -167,7 +167,7 @@ fn regionck_visitor() -> rvt {
167
167
visit:: mk_vt ( @visit:: Visitor { visit_item : visit_item,
168
168
visit_expr : visit_expr,
169
169
170
- //visit_pat: visit_pat, // (*) see FIXME above
170
+ //visit_pat: visit_pat, // (*) see above
171
171
visit_arm : visit_arm,
172
172
visit_local : visit_local,
173
173
You can’t perform that action at this time.
0 commit comments