Skip to content

Commit 74ff779

Browse files
committed
Add -enable-experimental-feature LifetimeDependence to stdlib
1 parent 2b362e2 commit 74ff779

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/cmake/modules/SwiftSource.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,7 @@ function(_compile_swift_files
635635
list(APPEND swift_flags "-enable-experimental-feature" "AllowUnsafeAttribute")
636636

637637
list(APPEND swift_flags "-enable-experimental-feature" "NonescapableTypes")
638+
list(APPEND swift_flags "-enable-experimental-feature" "LifetimeDependence")
638639

639640
list(APPEND swift_flags "-enable-experimental-feature" "ExtensionImportVisiblity")
640641

0 commit comments

Comments
 (0)