We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cont
again
1 parent 78d11b8 commit 7bba0aeCopy full SHA for 7bba0ae
src/rustc/middle/liveness.rs
@@ -770,7 +770,7 @@ class liveness {
770
// _______________________________________________________________________
771
772
fn compute(decl: fn_decl, body: blk) -> live_node {
773
- // 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
774
// effectively a return---this only occurs in `for` loops,
775
// where the body is really a closure.
776
let entry_ln: live_node =
0 commit comments