Skip to content

Simplify some Ptr operations #2578

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

Closed
wants to merge 1 commit into from

Conversation

joshlf
Copy link
Member

@joshlf joshlf commented Jun 9, 2025

Some raw pointer casts now have the signature fn(PtrInner) -> PtrInner
instead of fn(PtrInner) -> NonNull. Simplify the implementations of
some Ptr methods.

Co-authored-by: Jack Wrenn [email protected]


This PR is on branch transmute-ref-dst.

Some raw pointer casts now have the signature `fn(PtrInner) -> PtrInner`
instead of `fn(PtrInner) -> NonNull`. Simplify the implementations of
some `Ptr` methods.

Co-authored-by: Jack Wrenn <[email protected]>
gherrit-pr-id: I1945c8e554dd80a0475462d0dc5e0ae1eb2e9ac4
@joshlf joshlf enabled auto-merge June 9, 2025 19:11
@joshlf joshlf closed this Jun 9, 2025
auto-merge was automatically disabled June 9, 2025 19:12

Pull request was closed

@joshlf joshlf deleted the I1945c8e554dd80a0475462d0dc5e0ae1eb2e9ac4 branch June 9, 2025 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant