mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Frontend] Remove TypeWrappers flag and associated attributes
This commit is contained in:
@@ -132,11 +132,6 @@ EXPERIMENTAL_FEATURE(SendableCompletionHandlers, false)
|
||||
/// Enables opaque type erasure without also enabling implict dynamic
|
||||
EXPERIMENTAL_FEATURE(OpaqueTypeErasure, false)
|
||||
|
||||
/// Whether to enable experimental @typeWrapper feature which allows to
|
||||
/// declare a type that controls access to all stored properties of the
|
||||
/// wrapped type.
|
||||
EXPERIMENTAL_FEATURE(TypeWrappers, false)
|
||||
|
||||
/// Whether to perform round-trip testing of the Swift Swift parser.
|
||||
EXPERIMENTAL_FEATURE(ParserRoundTrip, false)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user