-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Incorrect inference for default methods on generic traits #4099
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Reproduced as of eed2ca6 |
I noticed a comment in |
Updated version
fails with an ICE in trans. Probably is the same bug as #4102. |
push_candidates_from_provided_methods doesn't actually seem to get used... I am confused now. |
Bug was in trans. push_candidates_from_provided_methods is (it appears) dead code. The code path that calls it never gets exercised, it seems? |
Marking that this was part of #2794 for tracking purposes. |
The text was updated successfully, but these errors were encountered: