We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
loop
continue
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
Where most languages use continue to resume execution of a loop we reuse loop. We don't need to be breaking the mold here - change it to continue.
Nominating backcompat.
The text was updated successfully, but these errors were encountered:
+1. I think we were being a bit too clever with loop.
Sorry, something went wrong.
+1
We'll also need to decide the fate of the current loop as while true. I rather like it, but I don't think it really warrants its own keyword.
while true
Accepted for backwards-compatible
4f67dcb
Auto merge of rust-lang#9467 - pyhrr0:macro_expansion, r=giraffate
826a893
Fix `almost_complete_letter_range` false positive. changelog: Fix [`almost_complete_letter_range`] false positive in an external macro
No branches or pull requests
Where most languages use
continue
to resume execution of a loop we reuseloop
. We don't need to be breaking the mold here - change it tocontinue
.Nominating backcompat.
The text was updated successfully, but these errors were encountered: