-
-
Notifications
You must be signed in to change notification settings - Fork 15k
Tracking Issue for peekable_next_if_map #143702
Copy link
Copy link
Closed
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCS-tracking-impl-incompleteStatus: The implementation is incomplete.Status: The implementation is incomplete.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.disposition-mergeThis issue / PR is in PFCP or FCP with a disposition to merge it.This issue / PR is in PFCP or FCP with a disposition to merge it.finished-final-comment-periodThe final comment period is finished for this PR / Issue.The final comment period is finished for this PR / Issue.
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCS-tracking-impl-incompleteStatus: The implementation is incomplete.Status: The implementation is incomplete.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.disposition-mergeThis issue / PR is in PFCP or FCP with a disposition to merge it.This issue / PR is in PFCP or FCP with a disposition to merge it.finished-final-comment-periodThe final comment period is finished for this PR / Issue.The final comment period is finished for this PR / Issue.
Type
Fields
Give feedbackNo fields configured for Tracking Issue.
Feature gate:
#![feature(peekable_next_if_map)]This is a tracking issue for the
std::iter::Peekable::next_if_map{_mut}functions, as a combination ofnext_if()and transformation in a single step (ACP: rust-lang/libs-team#613).Public API
Steps / History
(Remember to update the
S-tracking-*label when checking boxes.)Unresolved Questions
(&mut self, impl FnOnce(&I::Item) -> Option<R>) -> Option<R>) was also proposed. Whether the by-ref version is needed?Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩