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

Stop parsing capture clauses #4965

Closed
bstrie opened this issue Feb 15, 2013 · 1 comment
Closed

Stop parsing capture clauses #4965

bstrie opened this issue Feb 15, 2013 · 1 comment
Labels
A-frontend Area: Compiler frontend (errors, parsing and HIR) C-cleanup Category: PRs that clean code up or issues documenting cleanup. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Milestone

Comments

@bstrie
Copy link
Contributor

bstrie commented Feb 15, 2013

According to @nikomatsakis, capture clauses are completely ignored by the compiler now, though they still parse. Remove all remaining uses from the compiler (git grep "|.*\(move\|copy\).*|") and then remove support from the parser. If there's any latent supporting machinery floating around the rest of the compiler, remove that as well.

@catamorphism
Copy link
Contributor

Fixed per the listed pull requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-frontend Area: Compiler frontend (errors, parsing and HIR) C-cleanup Category: PRs that clean code up or issues documenting cleanup. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

2 participants