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 a1f0782 commit b9fe308Copy full SHA for b9fe308
stdlib/public/Concurrency/Task.cpp
@@ -650,7 +650,7 @@ static AsyncTaskAndContext swift_task_create_commonImpl(
650
TaskGroup *group = nullptr;
651
AsyncLet *asyncLet = nullptr;
652
bool hasAsyncLetResultBuffer = false;
653
- RunInlineTaskOptionRecord *runInlineOption = nullptr;
+ RunInlineTaskOptionRecord *runInlineOption = nullptr;
654
for (auto option = options; option; option = option->getParent()) {
655
switch (option->getKind()) {
656
case TaskOptionRecordKind::Executor:
0 commit comments