diff --git a/src/comp/middle/kind.rs b/src/comp/middle/kind.rs index c7f37e95c8c..2e117723f03 100644 --- a/src/comp/middle/kind.rs +++ b/src/comp/middle/kind.rs @@ -204,7 +204,9 @@ fn check_stmt(tcx: ty::ctxt, stmt: @ast::stmt) { "local initializer"); } option::some({op: ast::init_move., expr}) { - // FIXME: Same as above + // FIXME: Should be as above but moving may be the + // only way available currently to assign a resource + // to a local. } option::none. { /* fall through */ } }