Skip to content

Get cross crate default methods working. #7203

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
wants to merge 1 commit into from

Conversation

msullivan
Copy link
Contributor

This fixes the large number of problems that prevented cross crate
methods from ever working. It also fixes a couple lingering bugs with
polymorphic default methods and cleans up some of the code paths.

Closes #4102. Closes #4103.

r? nikomatsakis

@graydon
Copy link
Contributor

graydon commented Jun 17, 2013

❤️

@brson
Copy link
Contributor

brson commented Jun 17, 2013

🐹

This fixes the large number of problems that prevented cross crate
methods from ever working. It also fixes a couple lingering bugs with
polymorphic default methods and cleans up some of the code paths.

Closes rust-lang#4102. Closes rust-lang#4103.
bors added a commit that referenced this pull request Jun 21, 2013
This fixes the large number of problems that prevented cross crate
methods from ever working. It also fixes a couple lingering bugs with
polymorphic default methods and cleans up some of the code paths.

Closes #4102. Closes #4103.

r? nikomatsakis
@bors bors closed this Jun 21, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request May 20, 2021
Backport rust-lang#7170 to beta

changelog: none (fixes stack overflow, but this was introduced in this release cycle)
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cross-crate default methods don't work Calling default methods on type parameters that are type parameterized traits does not work
5 participants