-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unreachable code: Failed to find trait impl during monomorphization #5017
Labels
bug
Something isn't working
Comments
Looks like there's a new error here that the expression type is ambiguous when it should not be. |
Should we reopen this issue or open a new one? |
(the "No matching impl" is still there, I wonder if the new error happens as a cascade because of the other error) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Aim
Expected Behavior
The compiler to error that there is no
impl BuildHasher for Poseidon2Hasher
. The correct type would beBuildHasherDefault<Poseidon2Hasher>
Bug
To Reproduce
Project Impact
None
Impact Context
No response
Workaround
None
Workaround Description
No response
Additional Context
No response
Installation Method
None
Nargo Version
No response
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: