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 bb9c038 commit 3b05eb5Copy full SHA for 3b05eb5
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