-
Notifications
You must be signed in to change notification settings - Fork 13.3k
FromIterator implementations missing #7626
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
Comments
I'm willing to work on this |
I'm going to try and work on it. starting with std::hashmap. |
bors
added a commit
that referenced
this issue
Jul 14, 2013
Added Iterators for HashMap/Set, TreeMap/Set, TrieMap/Set, and PriorityQueue as per Issue #7626
This can be closed now. |
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Sep 8, 2021
…-again, r=llogiq Updating issue templates again for rustbot It turns out that our current issue template can sometimes trigger a rustbot error message, as can be seen in [rust-lang#7626](rust-lang/rust-clippy#7626). I originally tested this in rust-lang#7599, but it's apparently a bit inconsistent. This PR adds backticks to the commands, as correctly suggested by `@mikerite` in the comments. (Thank you!) ``@rustbot` label +S-blocked` --- Now I also pushed a tiny link fix as well. 🙃 --- changelog: none
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FromIterator is currently implemented only by vector, however it should be implemented by almost all containers (hashmap, triemap, treemap, ...)
The text was updated successfully, but these errors were encountered: