Skip to content

Commit 03ae003

Browse files
authored
llvm::None fix
1 parent 312bc78 commit 03ae003

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
@@ -3657,7 +3657,7 @@ getIsolationFromWrappers(NominalTypeDecl *nominal) {
36573657
if (ctx.LangOpts.hasFeature(Feature::DisableActorInferenceFromPropertyWrapperUsage)) {
36583658
// In Swift 6, we no longer infer isolation of a nominal type
36593659
// based on the property wrappers used in its stored properties
3660-
return None;
3660+
return llvm::None;
36613661
}
36623662

36633663
llvm::Optional<ActorIsolation> foundIsolation;

0 commit comments

Comments
 (0)