mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
Add `Differentiable` requirements to pattern substitutions / pattern generic signature when calculating constrained function type. Also, add requirements for differentiable results as well. Fixes #65487
This directory tests fixed compiler crashers related to differentiable programming in Swift.
lit.local.cfg checks for asserts as a lit available feature, so there is
no need to add REQUIRES: asserts to individual test files.