mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The substituon map might contain proper specialization (e.g. t_0_0 -> Double) that is required to fully specify a derivate type (e.g. during reabstraction conversion from fully specified function type to a substituted one) Fixes #65073
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.