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

Implement higher-ranked trait bounds #18639

Closed
brson opened this issue Nov 4, 2014 · 1 comment · Fixed by #18993
Closed

Implement higher-ranked trait bounds #18639

brson opened this issue Nov 4, 2014 · 1 comment · Fixed by #18993
Assignees
Labels
B-RFC-approved Blocker: Approved by a merged RFC but not yet implemented.
Milestone

Comments

@brson
Copy link
Contributor

brson commented Nov 4, 2014

Tracking rust-lang/rfcs#387.

@brson brson added I-nominated B-RFC-approved Blocker: Approved by a merged RFC but not yet implemented. labels Nov 4, 2014
@nikomatsakis nikomatsakis self-assigned this Nov 6, 2014
@pnkfelix
Copy link
Member

pnkfelix commented Nov 6, 2014

Assigning P-backcompat-lang, 1.0.

@pnkfelix pnkfelix added this to the 1.0 milestone Nov 6, 2014
bors added a commit that referenced this issue Nov 18, 2014
Enough said.

Fixes #18639.

r? @pcwalton (or someone else?)

This is a [breaking-change]. In particular, several feature gates related to unboxed closures were consolidated into one (`overloaded_calls`, `unboxed_closure_sugar` => `unboxed_closures`). Otherwise, I think everything that worked before should still work. File a bug and cc @nikomatsakis if you find otherwise. :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-RFC-approved Blocker: Approved by a merged RFC but not yet implemented.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants