We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545c243 commit 481c928Copy full SHA for 481c928
stdlib/public/Concurrency/Actor.cpp
@@ -339,7 +339,7 @@ static IsCurrentExecutorCheckMode isCurrentExecutorMode =
339
// these symbols defined
340
bool swift_bincompat_useLegacyNonCrashingExecutorChecks() {
341
#if !SWIFT_CONCURRENCY_EMBEDDED
342
- swift::runtime::bincompat::
+ return swift::runtime::bincompat::
343
swift_bincompat_useLegacyNonCrashingExecutorChecks();
344
#endif
345
return false;
0 commit comments