Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move size assertions for
mir::syntax
types into the same file
A redundant size assertion for `StatementKind` was added in #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.
- Loading branch information