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

Move size assertions for mir::syntax types into the same file #124006

Merged
merged 1 commit into from Apr 16, 2024

Commits on Apr 16, 2024

  1. Move size assertions for mir::syntax types into the same file

    A redundant size assertion for `StatementKind` was added in rust-lang#122937, because
    the existing assertion was in a different file.
    
    This patch cleans that up, and also moves the `TerminatorKind` assertion into
    the same file where it belongs, to avoid the same thing happening again.
    Zalathar committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c0e7659 View commit details
    Browse the repository at this point in the history