Skip to content

Commit a6859c4

Browse files
committed
---
yaml --- r: 60025 b: refs/heads/master c: 39a1190 h: refs/heads/master i: 60023: 2529df1 v: v3
1 parent ed1e138 commit a6859c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: cd164cf8b5b250be51e9e9d8683dc8af6800d95a
2+
refs/heads/master: 39a119074aa27234a68bcf57899c8c4e015cd478
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2d28d645422c1617be58c8ca7ad9a457264ca850
55
refs/heads/try: c50a9d5b664478e533ba1d1d353213d70c8ad589

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

Lines changed: 2 additions & 2 deletions
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)