FunctionDefinition::as_typed_expr
fails when the trait impl has a where
clause
#7610
Labels
bug
Something isn't working
Aim
This code:
Expected Behavior
It should compile.
Bug
It fails with this error:
The compiler is trying to solve
T: Trait
in the trait impl and fails, butT
at that point is an unbound type variable.To Reproduce
Workaround
None
Workaround Description
No response
Additional Context
No response
Project Impact
None
Blocker Context
No response
Nargo Version
No response
NoirJS Version
No response
Proving Backend Tooling & 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: