mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #69938 from nate-chandler/rdar96919870/1/bitwise-copyable-protocol
[BitwiseCopyable] Add a marker protocol.
This commit is contained in:
@@ -269,6 +269,9 @@ EXPERIMENTAL_FEATURE(StaticExclusiveOnly, true)
|
||||
/// Enable the @extractConstantsFromMembers attribute.
|
||||
EXPERIMENTAL_FEATURE(ExtractConstantsFromMembers, false)
|
||||
|
||||
/// Enable bitwise-copyable feature.
|
||||
EXPERIMENTAL_FEATURE(BitwiseCopyable, true)
|
||||
|
||||
#undef EXPERIMENTAL_FEATURE_EXCLUDED_FROM_MODULE_INTERFACE
|
||||
#undef EXPERIMENTAL_FEATURE
|
||||
#undef UPCOMING_FEATURE
|
||||
|
||||
Reference in New Issue
Block a user