Skip to content

Commit 39a1190

Browse files
committed
appease the tidy gods with respect to a FIXME
1 parent cd164cf commit 39a1190

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc/middle/typeck/check/regionck.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ pub fn regionck_fn(fcx: @mut FnCtxt, blk: &ast::blk) {
157157
}
158158

159159
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,
161161
// However, right now we run into an issue whereby some free
162162
// regions are not properly related if they appear within the
163163
// types of arguments that must be inferred. This could be
@@ -167,7 +167,7 @@ fn regionck_visitor() -> rvt {
167167
visit::mk_vt(@visit::Visitor {visit_item: visit_item,
168168
visit_expr: visit_expr,
169169

170-
//visit_pat: visit_pat, // (*) see FIXME above
170+
//visit_pat: visit_pat, // (*) see above
171171
visit_arm: visit_arm,
172172
visit_local: visit_local,
173173

0 commit comments

Comments
 (0)