-
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
Cross-crate calls to inherited methods don't work #4377
Labels
A-traits
Area: Trait system
Comments
ghost
assigned catamorphism
Jan 8, 2013
(at least in default methods, anyway) |
Not critical for 0.6; de-milestoning |
Nominating for milestone 5, production-ready |
OK, this seems to work just fine, once I fix the test case. I think the problem was just that crosscrate default methods didn't work at all, which I fixed a while ago. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you rewrite the test case from #3979 to have the traits in a different crate from the impl, trans will ICE. I'm about to check in an xfailed test case (as part of the pull request that fixes #3979).
The text was updated successfully, but these errors were encountered: