-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Tracking Issue for const_nonnull_new
#93235
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Make `NonNull::new` `const` Tracking issue: rust-lang#93235
Make `NonNull::new` `const` Tracking issue: rust-lang#93235
Make `NonNull::new` `const` Tracking issue: rust-lang#93235
Quasi-blocked on #93235 |
@rfcbot fcp merge |
Team member @dtolnay 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. |
@BurntSushi @joshtriplett @m-ou-se friendly FCP checkbox reminder :) There's tons of cases out there of people using the unsafe |
🔔 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. |
stabilize const_nonnull_new FCP passed in rust-lang#93235 Closes rust-lang#93235
Rollup merge of rust-lang#134116 - RalfJung:const_nonnull_new, r=jhpratt stabilize const_nonnull_new FCP passed in rust-lang#93235 Closes rust-lang#93235
stabilize const_nonnull_new FCP passed in rust-lang#93235 Closes rust-lang#93235
Uh oh!
There was an error while loading. Please reload this page.
Feature gate:
#![feature(const_nonnull_new)]
This is a tracking issue for implementing
NonNull::new
.Public API
Steps / History
NonNull::new
const
#93236Unresolved Questions
<*const T>::is_null
#74939The text was updated successfully, but these errors were encountered: