Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(syntax): correctly check for valid
RedeclarationId
s (#5759)
Previously we truncated `usize` to `u32` and *then* checked validity of the `u32`. Fix that by checking validity *before* truncating.
- Loading branch information