-
Notifications
You must be signed in to change notification settings - Fork 173
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
Bad ambigous error typechecking #3215
Comments
It looks like rustc might also find an ambiguity here |
if rustc finds an ambiguity, then my testcase was reduced too far. there was definitely an issue with the original code which was taken directly from |
yeah i think there is something wrong with the testcase: https://godbolt.org/z/f65f3Wq3r rustc 1.49 gives:
|
feel free to update the test case and re assign it back to me @CohenArthur |
we're also running into this with this code example - I suspect the fix would be the same and there is something wrong when it comes to references/pointers and mutability:
Originally posted by @CohenArthur in #3032 (comment)
The text was updated successfully, but these errors were encountered: