We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b362e2 commit 74ff779Copy full SHA for 74ff779
stdlib/cmake/modules/SwiftSource.cmake
@@ -635,6 +635,7 @@ function(_compile_swift_files
635
list(APPEND swift_flags "-enable-experimental-feature" "AllowUnsafeAttribute")
636
637
list(APPEND swift_flags "-enable-experimental-feature" "NonescapableTypes")
638
+ list(APPEND swift_flags "-enable-experimental-feature" "LifetimeDependence")
639
640
list(APPEND swift_flags "-enable-experimental-feature" "ExtensionImportVisiblity")
641
0 commit comments