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

Tracking issue for Rebalancing Coherence (RFC 1023) #23918

Closed
aturon opened this Issue Mar 31, 2015 · 1 comment

Comments

Projects
None yet
3 participants
@aturon
Copy link
Member

aturon commented Mar 31, 2015

@alexcrichton

This comment has been minimized.

Copy link
Member

alexcrichton commented Apr 1, 2015

Closing as a dupe of #23086

Manishearth added a commit to Manishearth/rust that referenced this issue Apr 1, 2015

Rollup merge of rust-lang#23867 - nikomatsakis:issue-23086-take-3, r=…
…pnkfelix

This PR implements rust-lang/rfcs#1023. In the process it fixes rust-lang#23086 and rust-lang#23516. A few impls in libcore had to be updated, but the impact is generally pretty minimal. Most of the fallout is in the tests that probed the limits of today's coherence.

I tested and we were able to build the most popular crates along with iron (modulo errors around errors being sendable).

Fixes rust-lang#23918.

alexcrichton added a commit to alexcrichton/rust that referenced this issue Apr 1, 2015

rollup merge of rust-lang#23867: nikomatsakis/issue-23086-take-3
This PR implements rust-lang/rfcs#1023. In the process it fixes rust-lang#23086 and rust-lang#23516. A few impls in libcore had to be updated, but the impact is generally pretty minimal. Most of the fallout is in the tests that probed the limits of today's coherence.

I tested and we were able to build the most popular crates along with iron (modulo errors around errors being sendable).

Fixes rust-lang#23918.

bors added a commit that referenced this issue Apr 2, 2015

Auto merge of #23867 - nikomatsakis:issue-23086-take-3, r=aturon
This PR implements rust-lang/rfcs#1023. In the process it fixes #23086 and #23516. A few impls in libcore had to be updated, but the impact is generally pretty minimal. Most of the fallout is in the tests that probed the limits of today's coherence.

I tested and we were able to build the most popular crates along with iron (modulo errors around errors being sendable).

Fixes #23918.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.