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.
2 parents 8b3cb86 + 4a5ccf0 commit e9a35c0Copy full SHA for e9a35c0
lib/SILGen/SILGenConcurrency.cpp
@@ -75,7 +75,7 @@ setExpectedExecutorForParameterIsolation(SILGenFunction &SGF,
75
// argument.
76
if (actorIsolation.getKind() == ActorIsolation::CallerIsolationInheriting) {
77
auto *isolatedArg = SGF.F.maybeGetIsolatedArgument();
78
- assert(isolatedArg &&
+ ASSERT(isolatedArg &&
79
"Caller Isolation Inheriting without isolated parameter");
80
ManagedValue isolatedMV;
81
if (isolatedArg->getOwnershipKind() == OwnershipKind::Guaranteed) {
0 commit comments