Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(semantic): fix const assertions in
UnresolvedReferencesStack
(#…
…8653) The `_SIZE_CHECK` assertion was ignored, because `const`s are only evaluated if they're referenced in a function which is called. Fix that by referencing the const in `UnresolvedReferencesStack::new`. Also add more assertions to cover all the invariants.
- Loading branch information