Skip to content

Commit 83cf2be

Browse files
committed
---
yaml --- r: 5581 b: refs/heads/master c: 888e22a h: refs/heads/master i: 5579: bcec70b v: v3
1 parent 3b454bd commit 83cf2be

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 8217e4bd3821767131f9fb56c1f42aaf71889c43
2+
refs/heads/master: 888e22aacc5a1a666c46c6d69e40e8673bb16c87

trunk/src/comp/middle/kind.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,9 @@ fn check_stmt(tcx: ty::ctxt, stmt: @ast::stmt) {
204204
"local initializer");
205205
}
206206
option::some({op: ast::init_move., expr}) {
207-
// FIXME: Same as above
207+
// FIXME: Should be as above but moving may be the
208+
// only way available currently to assign a resource
209+
// to a local.
208210
}
209211
option::none. { /* fall through */ }
210212
}

0 commit comments

Comments
 (0)