File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
trunk/src/librustc/middle/typeck/check Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: cd164cf8b5b250be51e9e9d8683dc8af6800d95a
2
+ refs/heads/master: 39a119074aa27234a68bcf57899c8c4e015cd478
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 2d28d645422c1617be58c8ca7ad9a457264ca850
5
5
refs/heads/try: c50a9d5b664478e533ba1d1d353213d70c8ad589
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