Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change cont out of loop error to again out of loop #2900

Merged
merged 1 commit into from
Jul 13, 2012
Merged

Change cont out of loop error to again out of loop #2900

merged 1 commit into from
Jul 13, 2012

Conversation

z0w0
Copy link
Contributor

@z0w0 z0w0 commented Jul 13, 2012

a.rs:2:1: 2:7 error: `cont` outside of loop
a.rs:2  again;

is now:

a.rs:2:1: 2:7 error: `again` outside of loop
a.rs:2  again;

catamorphism added a commit that referenced this pull request Jul 13, 2012
Change cont out of loop error to again out of loop
@catamorphism catamorphism merged commit 1fe0d8d into rust-lang:incoming Jul 13, 2012
@catamorphism
Copy link
Contributor

Thanks!

RalfJung pushed a commit to RalfJung/rust that referenced this pull request May 23, 2023
celinval pushed a commit to celinval/rust-dev that referenced this pull request Jun 4, 2024
Updated via `cargo update` and `cargo outdated --workspace`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants