Open lilasta opened 2 years ago
Quasi-blocked on https://github.com/rust-lang/rust/issues/93235
Quasi-blocked on #93235
I assume you mean https://github.com/rust-lang/rust/issues/74939.
That one just finished FCP, so we can now move ahead with NonNull::new
. :)
@rust-lang/libs-api this should be, finally, ready to be stabilized.
@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.
Feature gate:
#![feature(const_nonnull_new)]
This is a tracking issue for implementing
NonNull::new
.Public API
Steps / History
Unresolved Questions