mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
7be3469870
Code generation passes can crash if `async` is used without the _Concurrency library present. Diagnose this in the type checker to prevent us from going further. Fixes issue #87068 / rdar://169919137