Skip to content

Commit 6b4271c

Browse files
committed
Fixup for 6.2 branch
1 parent 3755a6b commit 6b4271c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/TypeCheckConcurrency.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8307,7 +8307,7 @@ RawConformanceIsolationRequest::evaluate(
83078307
bool isPreconcurrency = moduleImportForPreconcurrency(
83088308
proto, conformance->getDeclContext()) != nullptr;
83098309
ctx.Diags.diagnose(
8310-
conformance->getLoc(),
8310+
rootNormal->getLoc(),
83118311
diag::isolated_conformance_to_sendable_metatype,
83128312
ActorIsolation::forGlobalActor(globalActorType),
83138313
conformance->getType(),

0 commit comments

Comments
 (0)