-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
ICE due to missing associated type in trait implementation #20347
Comments
The fix here is just to remove that assert and instead generate a |
Adding to 1.0 alpha milestone. This is something people hit a lot. |
This seems to be fixed, when running the above snippet, I get "not all trait items implemented, missing: |
And yet people keep hitting ICEs? Maybe some of the other examples cause trouble? |
But I can't reproduce it either. Maybe they're just using older compilers? |
Ah, no, reading the code, I see I landed a patch for this. Argh. Sorry, so much going on I just forgot. |
STR
Didn't have time to write a shorter snippet
Output
Version
84f5ad8
cc @nikomatsakis
The text was updated successfully, but these errors were encountered: