Merged
Conversation
Contributor
|
r? @dtolnay (rust-highfive has picked a reviewer for you, use r? to override) |
98eff15 to
7fa1308
Compare
Member
Author
|
cc @RalfJung |
Member
Author
|
Btw, should we also rename them on https://rust-lang.github.io/rfcs/1892-uninitialized-uninhabited.html#detailed-design? |
RalfJung
reviewed
Jun 14, 2021
RalfJung
reviewed
Jun 14, 2021
Member
We don't usually update RFCs. They reflect the consensus at the time, they are not documentation of the current state of affairs. |
Member
Collaborator
|
📌 Commit 7fa1308 has been approved by |
Collaborator
Collaborator
|
☀️ Test successful - checks-actions |
yvt
added a commit
to r3-os/r3
that referenced
this pull request
Dec 5, 2021
It's been stabilized by <rust-lang/rust#86273>.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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_inhabitedis unstable.Closes #63568