swift
15dc24ee - Parse: repair build after #27132

Commit
6 years ago
Parse: repair build after #27132 The type deduction here will copy the returned ParsedTypeSyntax which is no longer copy constructible. Use a reference to hold the result instead which should fix the build on Windows. The returned value of the `popToken` returns a `ParsedTokenSyntax` which is no longer copy constructible. Explicitly move the value.
Author
Committer
Parents
Loading