Skip to content

Support references to outer type params for assoc consts #33572

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

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 nagisa force-pushed the assoc-const-types branch from aa1de17 to d3218fa Compare May 11, 2016 22:10
@nagisa
Copy link
Member Author

nagisa commented May 11, 2016

@bors r=eddyb

@bors
Copy link
Collaborator

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
# 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.

3 participants