You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Description
## Problem\*
Resolves#4518
## Summary\*
## Additional Context
A match case for `Type::Alias` was forgotten when that was initially
added.
## Documentation\*
Check one:
- [x] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[Exceptional Case]** Documentation to be submitted in a separate
PR.
# PR Checklist\*
- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
Aim
I would like my code to compile and not crash the compiler
Expected Behavior
It compiles
Bug
The application panicked (crashed).
Message: internal error: entered unreachable code: unwrap_tuple_type: expected tuple, found AccountWithStateProof
Location: compiler/noirc_frontend/src/monomorphization/mod.rs:1700
To Reproduce
Project Impact
Blocker
Impact Context
No response
Workaround
None
Workaround Description
No response
Additional Context
No response
Installation Method
None
Nargo Version
0.24.0+f988d020e43cdf36a38613f2052d4518de39193a
NoirJS Version
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: