-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 unsafe_cell_get_mut
#79485
Conversation
@rfcbot merge This change stabilizes |
Team member @m-ou-se 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. |
Cc @rust-lang/lang since |
@EllenNyan I also have a small proposal for a docs improvement (in the
Why "non-unsafe"? I think it would make sense to avoid the double negation and just say "safe", in italics for emphasis. |
That was the original wording added in #76936. But it looks like there was no discussion about that wording there. |
Phrasing it as "non-
and which kind of slipped through my implementation PR, sorry. Since Rust's standard documentation does use "safe" without these concerns of mine, there is no reason not to do that here too, so feel free to rephrase it! |
@danielhenrymantilla I like that reasoning. But I do tend to avoid using (I have no opinions in this particular example, but just wanted to throw this out there.) |
I changed the "non- |
🔔 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. The RFC will be merged soon. |
@bors r+ rollup |
📌 Commit 1a1a99c has been approved by |
☀️ Test successful - checks-actions |
@EllenNyan Congrats on getting your first stabilization PR merged! And thanks again! |
Does this need |
Tracking issue: #76943
r? @m-ou-se