mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The function is marked `noreturn` but the compiler was not able to reason statically about whether this constraint is met. From code inspection it's clear that the call to `swift_task_donateThreadToGlobalExecutorUntil()` does not return, so `swift_unreachable()` can be used to suppress the warning.
64 KiB
64 KiB