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 0e9fe7e commit a6859b4Copy full SHA for a6859b4
stdlib/public/Concurrency/TaskLocal.cpp
@@ -254,7 +254,7 @@ static void swift_task_reportIllegalTaskLocalBindingWithinWithTaskGroupImpl(
254
const unsigned char *_unused_file, uintptr_t _unused_fileLength,
255
bool _unused_fileIsASCII, uintptr_t _unused_line) {
256
257
- char *message =
+ char const *message =
258
"error: task-local: detected illegal task-local value binding.\n"
259
"Task-local values must only be set in a structured-context, such as: "
260
"around any (synchronous or asynchronous function invocation), "
0 commit comments