Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Conversation

@lopopolo
Copy link
Member

@lopopolo lopopolo commented Apr 2, 2022

rust-lang/rust#95249 reworked the ptr::set_ptr_value API. The new API
is called ptr::with_metadata_of. This PR syncs this crate's Rc impl
with upstream.

This nightly breakage means a new semver incompatible version bump is
due.

rust-lang/rust#95249 reworked the `ptr::set_ptr_value` API. The new API
is called `ptr::with_metadata_of`. This PR syncs this crate's `Rc` impl
with upstream.

This nightly breakage means a new semver incompatible version bump is
due.
@lopopolo lopopolo added A-nightly Area: Nightly features and compiler support/pinning. A-rc Area: Rc smart pointer implementation. labels Apr 2, 2022
@lopopolo lopopolo merged commit 45baee7 into trunk Apr 2, 2022
@lopopolo lopopolo deleted the lopopolo/rust-pull-95249-ptr-with-metadata-of branch April 2, 2022 03:24
@lopopolo lopopolo added the A-unsafe-code Area: Unsafe code, be careful when reviewing. label Apr 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

A-nightly Area: Nightly features and compiler support/pinning. A-rc Area: Rc smart pointer implementation. A-unsafe-code Area: Unsafe code, be careful when reviewing.

Development

Successfully merging this pull request may close these issues.

2 participants