swiftlang / swift

The Swift Programming Language
https://swift.org
Apache License 2.0
67.6k stars 10.37k forks source link

[SILGen] ResultPlan: Make sure that checked continuations are destroye… #77631

Closed xedin closed 1 day ago

xedin commented 2 days ago

…d after use

Currently nothing destroys the injected checked continuations which means that their "canaries" leak.

Resolves: rdar://134442168

xedin commented 1 day ago

@swift-ci please test

xedin commented 1 day ago

@swift-ci please test