mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
d000346824
This allows us to coerce closure expressions to function types with lifetime dependencies. Since captures are added to the parameter list when lowering closures to SIL functions, we also need to update the result index when lowering their lifetime dependencies.