Skip to content
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

Closed
catamorphism opened this issue Jan 8, 2013 · 5 comments
Closed

Cross-crate calls to inherited methods don't work #4377

catamorphism opened this issue Jan 8, 2013 · 5 comments
Labels
A-traits Area: Trait system

Comments

@catamorphism
Copy link
Contributor

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).

@ghost ghost assigned catamorphism Jan 8, 2013
@catamorphism
Copy link
Contributor Author

(at least in default methods, anyway)

@catamorphism
Copy link
Contributor Author

Not critical for 0.6; de-milestoning

@catamorphism
Copy link
Contributor Author

Nominating for milestone 5, production-ready

@pnkfelix
Copy link
Member

Blocks #2794 (referencing here so that it shows up, with a status, on the #2794 page).

@msullivan
Copy link
Contributor

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.

@catamorphism catamorphism removed their assignment Jun 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-traits Area: Trait system
Projects
None yet
Development

No branches or pull requests

3 participants