mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[SE-0458] Enable strict memory safety in the Swift standard library
This commit is contained in:
@@ -628,7 +628,7 @@ function(_compile_swift_files
|
||||
list(APPEND swift_flags "-enable-experimental-feature" "NoncopyableGenerics2")
|
||||
list(APPEND swift_flags "-enable-experimental-feature" "SuppressedAssociatedTypes")
|
||||
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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user