We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b454bd commit 83cf2beCopy full SHA for 83cf2be
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 8217e4bd3821767131f9fb56c1f42aaf71889c43
+refs/heads/master: 888e22aacc5a1a666c46c6d69e40e8673bb16c87
trunk/src/comp/middle/kind.rs
@@ -204,7 +204,9 @@ fn check_stmt(tcx: ty::ctxt, stmt: @ast::stmt) {
204
"local initializer");
205
}
206
option::some({op: ast::init_move., expr}) {
207
- // FIXME: Same as above
+ // FIXME: Should be as above but moving may be the
208
+ // only way available currently to assign a resource
209
+ // to a local.
210
211
option::none. { /* fall through */ }
212
0 commit comments