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

Fewer warnings, and correct str::each_char_reverse behaviour #5525

Closed
wants to merge 2 commits into from

Conversation

huonw
Copy link
Member

@huonw huonw commented Mar 24, 2013

Kills some warnings, and implements str::each_char_reverse so that it actually iterates. The test case wasn't detecting a failure, since the loop body was never executed.

huonw added 2 commits March 25, 2013 01:17
Previously, `each_char_reverse` was not iterating at all, so the
testcase never ran properly.
bors added a commit that referenced this pull request Mar 26, 2013
Kills some warnings, and implements str::each_char_reverse so that it actually iterates. The test case wasn't detecting a failure, since the loop body was never executed.
@bors bors closed this Mar 26, 2013
oli-obk pushed a commit to oli-obk/rust that referenced this pull request May 2, 2020
 Don't trigger while_let_on_iterator when the iterator is recreated every iteration

r? @phansch

Fixes rust-lang#1654

changelog: Fix false positive in [`while_let_on_iterator`]
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.

None yet

3 participants