-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Tracking issue for Iterator::copied #57127
Comments
@Centril, do you feel your comment in #57126 (comment) is still an objection to the state of this feature, given the response in #57126 (comment)? |
@SimonSapin So ultimately, #57970 was closed meaning that we are comfortable with the specialization. If that specialization is always in place then |
@hellow554 Fixed :). |
For reference, This includes both Iterators and Options, because a regex match cannot separate those. |
@Centril Is there anything blocking stabilization here? We'd like to suggest this in Clippy, see rust-lang/rust-clippy#3958 (The crux is that |
@Manishearth That's not my call... =D Picking random libs member... @sfackler is there anything blocking stabilization here? |
Doesn't seem like it. @rfcbot fcp merge |
Team member @sfackler has proposed to merge this. The next step is review by the rest of the tagged team members: No concerns currently listed. Once a majority of reviewers approve (and at most 2 approvals are outstanding), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for info about what commands tagged team members can give me. |
🔔 This is now entering its final comment period, as per the review above. 🔔 |
The final comment period, with a disposition to merge, as per the review above, is now complete. As the automated representative of the governance process, I would like to thank the author for their work and everyone else who contributed. The RFC will be merged soon. |
Stabilize Iterator::copied in 1.36.0 Per #57127 (comment). Closes #57127. r? @varkor
This is a tracking issue for Iterator::copied.
Added in #56534. Feature gate:
#![feature(iter_copied)]
.Related feature:
copied
in #57126.The text was updated successfully, but these errors were encountered: