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

Substitute free lifetimes when Self is used within a method body #25652

Merged
merged 1 commit into from
May 20, 2015

Conversation

arielb1
Copy link
Contributor

@arielb1 arielb1 commented May 20, 2015

This is needed because Self can be substituted to a type with
lifetime parameters.

Fixes #24308
Fixes #25071
Fixes #25259
Fixes #25279

This is needed because `Self` can be substituted to a type with
lifetime parameters.

Fixes rust-lang#24308
Fixes rust-lang#25071
Fixes rust-lang#25259
Fixes rust-lang#25279
@arielb1
Copy link
Contributor Author

arielb1 commented May 20, 2015

r? @pnkfelix

@rust-highfive
Copy link
Collaborator

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@nikomatsakis
Copy link
Contributor

@bors r+

nice.

@bors
Copy link
Contributor

bors commented May 20, 2015

📌 Commit 7b1e844 has been approved by nikomatsakis

@bors
Copy link
Contributor

bors commented May 20, 2015

⌛ Testing commit 7b1e844 with merge 82dc34a...

bors added a commit that referenced this pull request May 20, 2015
This is needed because `Self` can be substituted to a type with
lifetime parameters.

Fixes #24308
Fixes #25071
Fixes #25259
Fixes #25279
@bors bors merged commit 7b1e844 into rust-lang:master May 20, 2015
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