You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
Activity
catamorphism commentedon Jan 8, 2013
(at least in default methods, anyway)
catamorphism commentedon Mar 26, 2013
Not critical for 0.6; de-milestoning
catamorphism commentedon May 24, 2013
Nominating for milestone 5, production-ready
pnkfelix commentedon Jun 16, 2013
Blocks #2794 (referencing here so that it shows up, with a status, on the #2794 page).
msullivan commentedon Jul 23, 2013
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.
Merge pull request rust-lang#4377 from rust-lang/rustup-2025-06-05