Closed
Description
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.