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

Get cross crate default methods working. #7203

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants