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:
Doug Gregor
2025-03-29 01:27:31 -07:00
committed by GitHub
11 changed files with 84 additions and 40 deletions

View File

@@ -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.