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 57733f9 commit 758b38fCopy full SHA for 758b38f
include/swift/ABI/TaskStatus.h
@@ -294,7 +294,7 @@ class TaskDependencyStatusRecord : public TaskStatusRecord {
294
//
295
// The type of thing we are waiting on, is specified in the enum below
296
union Dependent {
297
- constexpr Dependent() {}
+ constexpr Dependent(): Task(nullptr) {}
298
299
// This task is suspended waiting on another task. This could be an async
300
// let child task or it could be another unstructured task.
0 commit comments