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

in-band lifetimes: enable implicit binders #46042

Closed
nikomatsakis opened this issue Nov 16, 2017 · 1 comment
Closed

in-band lifetimes: enable implicit binders #46042

nikomatsakis opened this issue Nov 16, 2017 · 1 comment
Labels
T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@nikomatsakis
Copy link
Contributor

The full specification of the RFC permits you to leave out 'a binders. This is a placeholder issue dedicated to implementing that portion of the spec.

@nikomatsakis nikomatsakis added T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-compiler-middle labels Nov 16, 2017
@nikomatsakis
Copy link
Contributor Author

@cramertj is on it, I believe.

bors added a commit that referenced this issue Nov 23, 2017
Implement in-band lifetime bindings

TODO (perhaps in a future PR): Should we ban explicit instantiation of generics with in-band lifetimes, or is it uncontroversial to just append them to the end of the lifetimes list?

Fixes #46042, cc #44524.

r? @nikomatsakis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

1 participant