mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
Change stray cont
to again
in a comment.
This commit is contained in:
parent
78d11b899b
commit
7bba0ae973
@ -770,7 +770,7 @@ class liveness {
|
||||
// _______________________________________________________________________
|
||||
|
||||
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 =
|
||||
|
Loading…
Reference in New Issue
Block a user