-
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
Calls to generic inherited methods don't work, at least in default methods #4396
Labels
A-traits
Area: Trait system
Comments
ghost
assigned catamorphism
Jan 9, 2013
Not critical for 0.6; removing milestone |
Nominating for milestone 5, production-ready |
I don't really understand what this bug is. Edit: nevermind, I found the test case, which is issue-3979-generics.rs. |
Once I get the test case for this fixed up, the test passes. There are still problems, though. The following test won't pass:
(Although it will soon.) |
msullivan
added a commit
to msullivan/rust
that referenced
this issue
Jul 24, 2013
Eliminates method_super, method_self, and vtable_self, merging all of them into the param cases. Cloes rust-lang#4396. Closes rust-lang#7301.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm about to upload an xfailed test case for this as part of my pull request for #3979.
The text was updated successfully, but these errors were encountered: