We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
core::ptr has impl<T> *T: Ptr<T> but not impl<T> *mut T: Ptr<T>
core::ptr
impl<T> *T: Ptr<T>
impl<T> *mut T: Ptr<T>
The text was updated successfully, but these errors were encountered:
a54d046
Merge pull request #3932 from z0w0/mutptr
c88c969
Implement Ptr trait for mutable unsafe pointers. Closes #3926.
README grammar fix (rust-lang#3926)
54b1e0b
Remove comma splice
Auto merge of rust-lang#3926 - klensy:deps-up2, r=RalfJung
6abc731
bump few deps Bumps few things around `miri-script` reducing deps; bump `chrono-tz`.
No branches or pull requests
core::ptr
hasimpl<T> *T: Ptr<T>
but notimpl<T> *mut T: Ptr<T>
The text was updated successfully, but these errors were encountered: