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

Add methods for mutable unsafe pointers #3926

Closed
brson opened this issue Nov 6, 2012 · 0 comments
Closed

Add methods for mutable unsafe pointers #3926

brson opened this issue Nov 6, 2012 · 0 comments
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@brson
Copy link
Contributor

brson commented Nov 6, 2012

core::ptr has impl<T> *T: Ptr<T> but not impl<T> *mut T: Ptr<T>

@brson brson closed this as completed in a54d046 Nov 7, 2012
brson added a commit that referenced this issue Nov 7, 2012
Implement Ptr trait for mutable unsafe pointers. Closes #3926.
calebcartwright pushed a commit to calebcartwright/rust that referenced this issue Nov 8, 2021
RalfJung pushed a commit to RalfJung/rust that referenced this issue Sep 29, 2024
bump few deps

Bumps few things around `miri-script` reducing deps; bump `chrono-tz`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

1 participant