mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/main' into rebranch
This commit is contained in:
@@ -408,9 +408,15 @@ SUPPRESSIBLE_EXPERIMENTAL_FEATURE(AllowUnsafeAttribute, true)
|
||||
/// Warn on use of unsafe constructs.
|
||||
EXPERIMENTAL_FEATURE(WarnUnsafe, true)
|
||||
|
||||
/// Import unsafe C and C++ constructs as @unsafe.
|
||||
EXPERIMENTAL_FEATURE(SafeInterop, true)
|
||||
|
||||
// Enable values in generic signatures, e.g. <let N: Int>
|
||||
EXPERIMENTAL_FEATURE(ValueGenerics, true)
|
||||
|
||||
// When a parameter has unspecified isolation, infer it as main actor isolated.
|
||||
EXPERIMENTAL_FEATURE(UnspecifiedMeansMainActorIsolated, false)
|
||||
|
||||
#undef EXPERIMENTAL_FEATURE_EXCLUDED_FROM_MODULE_INTERFACE
|
||||
#undef EXPERIMENTAL_FEATURE
|
||||
#undef UPCOMING_FEATURE
|
||||
|
||||
Reference in New Issue
Block a user