-
Couldn't load subscription status.
- Fork 13.9k
Deprecate {Box,Rc,Arc}::into_raw_non_null
#71168
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
Conversation
|
r? @kennytm (rust_highfive has picked a reviewer for you, use r? to override) |
Co-Authored-By: Ralf Jung <[email protected]>
3e0da06 to
86a060f
Compare
… instead of the other way around.
86a060f to
7709d20
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All looking good from my side, thanks. :)
|
@bors r+ |
|
📌 Commit 7709d20 has been approved by |
Rollup of 7 pull requests Successful merges: - rust-lang#69041 (proc_macro: Stabilize `Span::resolved_at` and `Span::located_at`) - rust-lang#69813 (Implement BitOr and BitOrAssign for the NonZero integer types) - rust-lang#70712 (stabilize BTreeMap::remove_entry) - rust-lang#71168 (Deprecate `{Box,Rc,Arc}::into_raw_non_null`) - rust-lang#71544 (Replace filter_map().next() calls with find_map()) - rust-lang#71545 (Fix comment in docstring example for Error::kind) - rust-lang#71548 (Add missing Send and Sync impls for linked list Cursor and CursorMut.) Failed merges: r? @ghost
`Box::into_raw_non_null` was recently deprecated by <rust-lang/rust#71168> and will probably be removed after some time.
Per ongoing FCP at #47336 (comment)
See also #47336 (comment)