mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Diagnose `@derivative` and `@transpose` attributes that are missing the required comma before the `wrt:` clause: ``` @derivative(of: foo wrt: x) @transpose(of: bar wrt: (x, y)) ``` Previously, this was undiagnosed. Resolves TF-1168.
2.9 KiB
2.9 KiB