Introduce InoutLifetimeDependence feature

This commit is contained in:
Meghana Gupta
2025-04-02 15:27:29 -07:00
committed by Meghana Gupta
parent f4a980d62d
commit 493f0b782e
3 changed files with 16 additions and 0 deletions

View File

@@ -631,6 +631,7 @@ function(_compile_swift_files
list(APPEND swift_flags "-enable-experimental-feature" "NonescapableTypes")
list(APPEND swift_flags "-enable-experimental-feature" "LifetimeDependence")
list(APPEND swift_flags "-enable-experimental-feature" "InoutLifetimeDependence")
list(APPEND swift_flags "-enable-upcoming-feature" "MemberImportVisibility")