Skip to content

Commit 6024071

Browse files
committed
Enable experimental feature NonescapableTypes in the stdlib
1 parent 38ef675 commit 6024071

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

stdlib/cmake/modules/SwiftSource.cmake

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -630,9 +630,7 @@ function(_compile_swift_files
630630
list(APPEND swift_flags "-enable-experimental-feature" "SE427NoInferenceOnExtension")
631631
list(APPEND swift_flags "-enable-experimental-feature" "AllowUnsafeAttribute")
632632

633-
if(SWIFT_ENABLE_EXPERIMENTAL_NONESCAPABLE_TYPES)
634-
list(APPEND swift_flags "-enable-experimental-feature" "NonescapableTypes")
635-
endif()
633+
list(APPEND swift_flags "-enable-experimental-feature" "NonescapableTypes")
636634

637635
list(APPEND swift_flags "-enable-experimental-feature" "ExtensionImportVisiblity")
638636

0 commit comments

Comments
 (0)