mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
Change stray cont to again in a comment.
This commit is contained in:
@@ -770,7 +770,7 @@ fn acc(ln: live_node, var: variable, acc: uint) {
|
||||
// _______________________________________________________________________
|
||||
|
||||
fn compute(decl: fn_decl, body: blk) -> live_node {
|
||||
// if there is a `break` or `cont` at the top level, then it's
|
||||
// if there is a `break` or `again` at the top level, then it's
|
||||
// effectively a return---this only occurs in `for` loops,
|
||||
// where the body is really a closure.
|
||||
let entry_ln: live_node =
|
||||
|
||||
Reference in New Issue
Block a user