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.
2 parents 61e418c + 01c2e0f commit 27dc291Copy full SHA for 27dc291
include/swift/Runtime/RuntimeFunctions.def
@@ -2570,7 +2570,7 @@ FUNCTION(AsyncLetBegin,
2570
),
2571
ATTRS(NoUnwind),
2572
EFFECT(RuntimeEffect::Concurrency),
2573
- MEMEFFECTS(ArgMemOnly))
+ UNKNOWN_MEMEFFECTS)
2574
2575
/// void swift_asyncLet_finish(
2576
/// AsyncLet *alet,
@@ -2592,7 +2592,7 @@ FUNCTION(AsyncLetFinish,
2592
2593
2594
2595
2596
2597
/// void swift_task_run_inline(
2598
/// OpaqueValue *result,
0 commit comments