Skip to content

vec: remove BaseIter implementation #7289

New issue

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

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

Already on GitHub? # to your account

Closed
wants to merge 1 commit into from
Closed

vec: remove BaseIter implementation #7289

wants to merge 1 commit into from

Conversation

thestinger
Copy link
Contributor

I removed the static-method-test.rs test because it was heavily based
on BaseIter and there are plenty of other more complex uses of static
methods anyway.

This is a huge step towards being able to implement a new for loop but it's going to be a bit of a pain to land... The vast majority of for loops now use external iterators.

I removed the `static-method-test.rs` test because it was heavily based
on `BaseIter` and there are plenty of other more complex uses of static
methods anyway.
@thestinger thestinger closed this Jun 22, 2013
@thestinger thestinger reopened this Jun 22, 2013
@thestinger thestinger closed this Jun 22, 2013
@thestinger thestinger reopened this Jun 22, 2013
@thestinger thestinger closed this Jun 22, 2013
@huonw huonw mentioned this pull request Jun 22, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jun 17, 2021
…Manishearth

Fix needless_collect with binding shadowing

changelog: Fix [`needless_collect`] weird output when a binding is shadowed

Fixes rust-lang#7200
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant