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

Support references to outer type params for assoc consts #33572

Merged
merged 3 commits into from
May 14, 2016

Conversation

nagisa
Copy link
Member

@nagisa nagisa commented May 11, 2016

Fixes #28809

r? @eddyb

const BOTTOM: Self;
}

impl<T: 'static> Lattice for Option<T> {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe open an issue and add a FIXME here? We should support this.

@eddyb
Copy link
Member

eddyb commented May 11, 2016

r=me with the FIXME added

@nagisa
Copy link
Member Author

nagisa commented May 11, 2016

@bors r=eddyb

@bors
Copy link
Contributor

bors commented May 11, 2016

📌 Commit d3218fa has been approved by eddyb

@eddyb eddyb added the beta-nominated Nominated for backporting to the compiler in the beta channel. label May 11, 2016
@eddyb
Copy link
Member

eddyb commented May 11, 2016

Nominated for beta because we might want to use this at stage0.

eddyb added a commit to eddyb/rust that referenced this pull request May 12, 2016
Support references to outer type params for assoc consts

Fixes rust-lang#28809

r? @eddyb
bors added a commit that referenced this pull request May 12, 2016
eddyb added a commit to eddyb/rust that referenced this pull request May 13, 2016
Support references to outer type params for assoc consts

Fixes rust-lang#28809

r? @eddyb
@nagisa
Copy link
Member Author

nagisa commented May 14, 2016

I ended up never using the features so there’s no need to backport to beta anymore.

@nagisa nagisa removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label May 14, 2016
Manishearth added a commit to Manishearth/rust that referenced this pull request May 14, 2016
Support references to outer type params for assoc consts

Fixes rust-lang#28809

r? @eddyb
bors added a commit that referenced this pull request May 14, 2016
Rollup of 9 pull requests

- Successful merges: #33544, #33552, #33554, #33555, #33560, #33566, #33572, #33574, #33576
- Failed merges:
@bors bors merged commit d3218fa into rust-lang:master May 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants