-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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 with trait inheritance/generics #4208
Comments
There are at least two problems here. The first is that the order in which type parameters are specified appears to be significant. This test fails:
but if you switch the type parameter order on The second is some cross-crate issue with inheritance. |
My above example is a different problem, since it makes sin have a bound of |
@catamorphism (nag nag) |
This ICEs with a different error now, but still ICEs. |
Unfortunately, I got derailed and this won't be done for 0.6. De-milestoning. |
This compiles now. I'll check in the test case. |
So is this fixed? |
(bug triage) Huh, I wonder whether I checked in the test case. I'll look at that tomorrow. |
#9233 will close this. |
numeric.rs
main.rs
The text was updated successfully, but these errors were encountered: