Stop parsing capture clauses #4965
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
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.The text was updated successfully, but these errors were encountered: