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

Unify validity checks into a single query #108364

Merged
merged 1 commit into from
Feb 27, 2023

Commits on Feb 23, 2023

  1. Unify validity checks into a single query

    Previously, there were two queries to check whether a type allows the
    0x01 or zeroed bitpattern.
    
    I am planning on adding a further initness to check, truly uninit for
    MaybeUninit, which would make this three queries. This seems overkill
    for such a small feature, so this PR unifies them into one.
    Noratrieb committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    025d2a1 View commit details
    Browse the repository at this point in the history