Skip to content

Commit 9071351

Browse files
committed
[Sema] Enable the AccessLevelOnImport feature in prod compilers
rdar://106219959
1 parent edb980e commit 9071351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Basic/Features.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ EXPERIMENTAL_FEATURE(TypeWitnessSystemInference, false)
121121
EXPERIMENTAL_FEATURE(LayoutPrespecialization, true)
122122

123123
EXPERIMENTAL_FEATURE(ModuleInterfaceExportAs, true)
124-
EXPERIMENTAL_FEATURE(AccessLevelOnImport, false)
124+
EXPERIMENTAL_FEATURE(AccessLevelOnImport, true)
125125

126126
/// Whether to enable experimental layout string value witnesses
127127
EXPERIMENTAL_FEATURE(LayoutStringValueWitnesses, true)

0 commit comments

Comments
 (0)