-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Stabilize maybe_uninit_ref
#86273
Stabilize maybe_uninit_ref
#86273
Conversation
r? @dtolnay (rust-highfive has picked a reviewer for you, use r? to override) |
98eff15
to
7fa1308
Compare
cc @RalfJung |
Btw, should we also rename them on https://rust-lang.github.io/rfcs/1892-uninitialized-uninhabited.html#detailed-design? |
We don't usually update RFCs. They reflect the consensus at the time, they are not documentation of the current state of affairs. |
📌 Commit 7fa1308 has been approved by |
☀️ Test successful - checks-actions |
It's been stabilized by <rust-lang/rust#86273>.
This stabilizes
assume_init_{ref,mut}
. FCP is complete: #63568 (comment)The renaming was done by #76047 and FIXME was resolved by #76241, so I think we can now stabilize them finally 🎉
Still, it's const-unstable as
assert_inhabited
is unstable.Closes #63568