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

dvec should implement iter::base_iter #2565

Closed
jesse99 opened this issue Jun 10, 2012 · 2 comments · May be fixed by devcode1981/rust#6 or MarcelRaschke/rust#6
Closed

dvec should implement iter::base_iter #2565

jesse99 opened this issue Jun 10, 2012 · 2 comments · May be fixed by devcode1981/rust#6 or MarcelRaschke/rust#6

Comments

@jesse99
Copy link
Contributor

jesse99 commented Jun 10, 2012

Note that it currently provides nothing in the way of iteration: you need to ignore the warning, use the internal data vector, do a null check, and then the iteration.

@nikomatsakis
Copy link
Contributor

this is not true. it does implement iter::base_iter. make sure you import dvec::extensions

@jesse99
Copy link
Contributor Author

jesse99 commented Jun 10, 2012

I see: there is an extensions impl in iter-traits.rs that makes this work. Would be helpful if a doc comment in dvec.rs mentioned that the base_iter goo is supported.

oli-obk pushed a commit to oli-obk/rust that referenced this issue Sep 28, 2022
remove macOS work-around that is no longer needed

Judging from actions/cache#403 it sounds like this work-around is not needed any more.
RalfJung pushed a commit to RalfJung/rust that referenced this issue Oct 4, 2022
remove macOS work-around that is no longer needed

Judging from actions/cache#403 it sounds like this work-around is not needed any more.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants