Files
swift-mirror/test/IRGen/async
Doug Gregor 7be3469870 Diagnose use of async without the _Concurrency library
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
2026-03-23 21:37:23 -07:00
..