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 3755a6b commit 6b4271cCopy full SHA for 6b4271c
lib/Sema/TypeCheckConcurrency.cpp
@@ -8307,7 +8307,7 @@ RawConformanceIsolationRequest::evaluate(
8307
bool isPreconcurrency = moduleImportForPreconcurrency(
8308
proto, conformance->getDeclContext()) != nullptr;
8309
ctx.Diags.diagnose(
8310
- conformance->getLoc(),
+ rootNormal->getLoc(),
8311
diag::isolated_conformance_to_sendable_metatype,
8312
ActorIsolation::forGlobalActor(globalActorType),
8313
conformance->getType(),
0 commit comments