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 bbfb9b0 commit 2628645Copy full SHA for 2628645
lib/Sema/TypeCheckConcurrency.cpp
@@ -3627,7 +3627,7 @@ static Optional<ActorIsolation> getIsolationFromWrappers(
3627
if (ctx.LangOpts.hasFeature(Feature::DisableActorInferenceFromPropertyWrapperUsage)) {
3628
// In Swift 6, we no longer infer isolation of a nominal type
3629
// based on the property wrappers used in its stored properties
3630
- return None;
+ return llvm::None;
3631
}
3632
3633
Optional<ActorIsolation> foundIsolation;
0 commit comments