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

Make the size of Option<NonZero*> a documented guarantee. #51396

Merged
merged 1 commit into from
Jun 9, 2018

Commits on Jun 6, 2018

  1. Make the size of Option<NonZero*> a documented guarantee.

    Closes rust-lang#49137, the tracking issue for `NonZero*`,
    as this was the last remaining open question.
    
    Note that `ptr::NonNull<T>` already documents a similar guarantee.
    SimonSapin committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    5c7ca77 View commit details
    Browse the repository at this point in the history