mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add -enable-experimental-feature LifetimeDependence to stdlib
This commit is contained in:
@@ -634,6 +634,8 @@ function(_compile_swift_files
|
||||
list(APPEND swift_flags "-enable-experimental-feature" "SE427NoInferenceOnExtension")
|
||||
list(APPEND swift_flags "-enable-experimental-feature" "AllowUnsafeAttribute")
|
||||
list(APPEND swift_flags "-enable-experimental-feature" "NonescapableTypes")
|
||||
list(APPEND swift_flags "-enable-experimental-feature" "LifetimeDependence")
|
||||
|
||||
list(APPEND swift_flags "-enable-upcoming-feature" "MemberImportVisibility")
|
||||
|
||||
if (SWIFT_STDLIB_ENABLE_STRICT_CONCURRENCY_COMPLETE)
|
||||
|
||||
Reference in New Issue
Block a user