mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SE-0444: Promote MemberImportVisibility to an upcoming feature.
The proposal has been accepted, so `MemberImportVisibility` is no longer experimental. Resolves rdar://126284512.
This commit is contained in:
@@ -223,6 +223,7 @@ UPCOMING_FEATURE(GlobalActorIsolatedTypesUsability, 0434, 6)
|
||||
// Swift 7
|
||||
UPCOMING_FEATURE(ExistentialAny, 335, 7)
|
||||
UPCOMING_FEATURE(InternalImportsByDefault, 409, 7)
|
||||
UPCOMING_FEATURE(MemberImportVisibility, 444, 7)
|
||||
|
||||
EXPERIMENTAL_FEATURE(StaticAssert, false)
|
||||
EXPERIMENTAL_FEATURE(NamedOpaqueTypes, false)
|
||||
@@ -376,9 +377,6 @@ EXPERIMENTAL_FEATURE(GroupActorErrors, true)
|
||||
// Enable explicit isolation of closures.
|
||||
EXPERIMENTAL_FEATURE(ClosureIsolation, true)
|
||||
|
||||
// Whether lookup of members respects the enclosing file's imports.
|
||||
EXPERIMENTAL_FEATURE_EXCLUDED_FROM_MODULE_INTERFACE(MemberImportVisibility, true)
|
||||
|
||||
// Enable @implementation on extensions of ObjC classes with non-fixed layout
|
||||
// due to resilient stored properties. Requires OS support; this flag exists for
|
||||
// staging purposes.
|
||||
|
||||
Reference in New Issue
Block a user