mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Make InferIsolatedConformances a migratable upcoming feature
When migrating, provide warnings that add 'nonisolated' to nonisolated conformances that don't already have it and would end up being inferred to be isolated under the upcoming feature.
This commit is contained in:
@@ -283,7 +283,7 @@ UPCOMING_FEATURE(GlobalActorIsolatedTypesUsability, 0434, 6)
|
||||
MIGRATABLE_UPCOMING_FEATURE(ExistentialAny, 335, 7)
|
||||
UPCOMING_FEATURE(InternalImportsByDefault, 409, 7)
|
||||
UPCOMING_FEATURE(MemberImportVisibility, 444, 7)
|
||||
UPCOMING_FEATURE(InferIsolatedConformances, 470, 7)
|
||||
MIGRATABLE_UPCOMING_FEATURE(InferIsolatedConformances, 470, 7)
|
||||
MIGRATABLE_UPCOMING_FEATURE(NonisolatedNonsendingByDefault, 461, 7)
|
||||
|
||||
// Optional language features / modes
|
||||
|
||||
Reference in New Issue
Block a user