mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
If a function is being semantically treated as having different concurrency annotations because of a `@preconcurrency` import or language mode setting, then SILGen may try to store an argument or result for a call using a value that differs only in concurrency annotations, which can be safely bitcast away. Fixes rdar://154520999
238 KiB
238 KiB