mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
Reject `@differentiable` and `@derivative` attribute for original functions with opaque result types. It is not possible to support derivative registration nor the differentiation transform for such functions. Resolves SR-12656.