mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[SE-0466] Enable SendableProhibitsMainActorInference by default
This implements the SE-0466 amendment under discussion for all code with default main-actor isolation. Finalizes rdar://151029300.
This commit is contained in:
@@ -125,7 +125,6 @@ UNINTERESTING_FEATURE(StructLetDestructuring)
|
||||
UNINTERESTING_FEATURE(MacrosOnImports)
|
||||
UNINTERESTING_FEATURE(NonisolatedNonsendingByDefault)
|
||||
UNINTERESTING_FEATURE(KeyPathWithMethodMembers)
|
||||
UNINTERESTING_FEATURE(SendableProhibitsMainActorInference)
|
||||
UNINTERESTING_FEATURE(ImportMacroAliases)
|
||||
|
||||
// TODO: Return true for inlinable function bodies with module selectors in them
|
||||
|
||||
Reference in New Issue
Block a user