-
Notifications
You must be signed in to change notification settings - Fork 356
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
Use deref_pointer_as instead of deref_pointer #4140
Conversation
@RalfJung since libc isn't reliably available on Windows targets, I won't be able to get windows specific |
Yeah |
Wait, did you add more I will have to do a complete re-review, and since I am traveling this will take at least a week, maybe two. |
Sorry for not mentioning earlier that the PR is incomplete and making you review it unnecessarily. I have now made all the changes except for the windows part.
I am not in a hurry, do re-review whenever you are free. |
@RalfJung plz review this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost there :)
@rustbot author |
@rustbot ready |
This looks great, thanks! Please squash the commits, then we can land this. Please use the @rustbot author |
This comment has been minimized.
This comment has been minimized.
@rustbot ready |
Sorry I just rewrote the history, from the next time I will make sure that the new commit message comes with a concatenation of the existing commit messages. |
I didn't made any more changes so you don't need to review again. |
Looks good, thanks. :) |
Links to #3841.
This PR is still under progress.