Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(frontend): Ban type vars bound to a reference from passing the un…
…constrained boundary (#5949) # Description ## Problem\* Resolves <!-- Link to GitHub Issue --> Quick fix found while searching for other bugs ## Summary\* I have provided an example test which would previously panic during ACIR gen about all references not being resolved. However, we should have been allowing the code in the first place as it was attempting to pass a mutable reference from the constrained boundary to the unconstrained boundary. ## Additional Context ## Documentation\* Check one: - [X] No documentation needed. - [ ] Documentation included in this PR. - [ ] **[For Experimental Features]** 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.
- Loading branch information