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

Parse and accept outlives expressions in where clauses #20023

Closed
nikomatsakis opened this issue Dec 19, 2014 · 0 comments · Fixed by #20002
Closed

Parse and accept outlives expressions in where clauses #20023

nikomatsakis opened this issue Dec 19, 2014 · 0 comments · Fixed by #20002

Comments

@nikomatsakis
Copy link
Contributor

We should parse the following forms of where clauses:

where <type> : 'a
where 'a : 'b

this would be exactly equivalent to the semantics of the existing <T:'a> and <'a:'b> bounds.

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 a pull request may close this issue.

1 participant