Skip to content
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

Update Rc for latest nightly, release v0.2.0 #100

Merged
merged 1 commit into from
Apr 2, 2022

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 join this conversation on GitHub. Already have an account? Sign in to comment
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.

1 participant