mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #80384 from DougGregor/isolated-conformances-checkedcast-enable
Prohibit isolated conformances for checked casts to potentially-SendableMetatype types
This commit is contained in:
@@ -488,9 +488,6 @@ ADOPTABLE_EXPERIMENTAL_FEATURE(AsyncCallerExecution, false)
|
||||
/// Allow custom availability domains to be defined and referenced.
|
||||
SUPPRESSIBLE_EXPERIMENTAL_FEATURE(CustomAvailability, true)
|
||||
|
||||
/// Be strict about the Sendable conformance of metatypes.
|
||||
EXPERIMENTAL_FEATURE(StrictSendableMetatypes, true)
|
||||
|
||||
/// Allow public enumerations to be extensible by default
|
||||
/// regardless of whether the module they are declared in
|
||||
/// is resilient or not.
|
||||
|
||||
Reference in New Issue
Block a user