mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 02:03:53 +00:00
Catch one missing residual 'cont' -> 'again' change.
This commit is contained in:
parent
6161429363
commit
3f9a3469c7
@ -59,7 +59,7 @@ fn canttouchthis() -> uint {
|
||||
fn angrydome() {
|
||||
loop { if break { } }
|
||||
let mut i = 0;
|
||||
loop { i += 1; if i == 1 { alt check cont { 1 { } } } break; }
|
||||
loop { i += 1; if i == 1 { alt check again { 1 { } } } break; }
|
||||
}
|
||||
|
||||
fn evil_lincoln() { let evil <- #debug("lincoln"); }
|
||||
|
Loading…
Reference in New Issue
Block a user