mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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.
12 KiB
12 KiB