-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 Bound::map
#86026
Comments
What's the time frame for the final commenting period? I'd like to use this API. |
This seems to be a generally useful method and a use case was presented in #83646 (comment). @rfcbot fcp merge |
Team member @Amanieu 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. This will be merged soon. |
Linking this here in case others didn't notice the stabilization PR, as it's above the FCP completion message: the stabilization PR is available at #118361 :) |
Rollup merge of rust-lang#118361 - Dylan-DPC:80626/stab/bound-map, r=Amanieu stabilise bound_map Closes rust-lang#86026
Feature gate:
#![feature(bound_map)]
This is a tracking issue for providing a
map
method onBound
. This method calls a function on the contained value of aBound
(including bothIncluded
andExclcuded
, returning aBound
of the same kind.Public API
Steps / History
Unresolved Questions
The text was updated successfully, but these errors were encountered: