-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
RFC: Unreserve proc
#2420
RFC: Unreserve proc
#2420
Conversation
Team member @aturon has proposed to merge this. The next step is review by the rest of the tagged teams: No concerns currently listed. Once a majority of reviewers approve (and none object), 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. |
@rfcbot reviewed Since this has sortof already happened, I don't have a problem with it. I do think, however, that it could be worth trying to make a general keyword unreservation policy. Part of me thinks "well, why bother unreserving anything" since not having a particular identifier available is just not that big of a deal. |
π 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. |
Huzzah! This RFC is hereby merged. This was already implemented in rust-lang/rust#49699 and so there's no tracking issue. |
πΌοΈ Rendered
π Summary
The keyword
proc
gets unreserved.π΅ Note
This RFC aims to formalize the merged PR rust-lang/rust#49699 which has already implemented this RFC.