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 bdc959f commit c531f29Copy full SHA for c531f29
stdlib/public/Concurrency/Actor.cpp
@@ -340,7 +340,7 @@ static IsCurrentExecutorCheckMode isCurrentExecutorMode =
340
// these symbols defined
341
bool swift_bincompat_useLegacyNonCrashingExecutorChecks() {
342
#if !SWIFT_CONCURRENCY_EMBEDDED
343
- swift::runtime::bincompat::
+ return swift::runtime::bincompat::
344
swift_bincompat_useLegacyNonCrashingExecutorChecks();
345
#endif
346
return false;
0 commit comments