Skip to content

Commit 214ba6d

Browse files
committed
Fix bad merge in feature definition
1 parent 271eebb commit 214ba6d

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

include/swift/Basic/Features.def

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ SUPPRESSIBLE_LANGUAGE_FEATURE(MemorySafetyAttributes, 458, "@unsafe attribute")
254254
LANGUAGE_FEATURE(ValueGenerics, 452, "Value generics feature (integer generics)")
255255
LANGUAGE_FEATURE(RawIdentifiers, 451, "Raw identifiers")
256256
LANGUAGE_FEATURE(SendableCompletionHandlers, 463, "Objective-C completion handler parameters are imported as @Sendable")
257-
LANGUAGE_FEATURE(IsolatedConformances, 407, "Global-actor isolated conformances")
257+
LANGUAGE_FEATURE(IsolatedConformances, 470, "Global-actor isolated conformances")
258258

259259
// Swift 6
260260
UPCOMING_FEATURE(ConciseMagicFile, 274, 6)
@@ -497,20 +497,11 @@ ADOPTABLE_EXPERIMENTAL_FEATURE(AsyncCallerExecution, false)
497497
/// Allow custom availability domains to be defined and referenced.
498498
EXPERIMENTAL_FEATURE(CustomAvailability, true)
499499

500-
<<<<<<< HEAD
501500
/// Allow public enumerations to be extensible by default
502501
/// regardless of whether the module they are declared in
503502
/// is resilient or not.
504503
EXPERIMENTAL_FEATURE(ExtensibleEnums, true)
505504

506-
/// Allow isolated conformances.
507-
EXPERIMENTAL_FEATURE(IsolatedConformances, true)
508-
509-
/// Infer conformance isolation on global-actor-conforming types.
510-
EXPERIMENTAL_FEATURE(InferIsolatedConformances, true)
511-
512-
=======
513-
>>>>>>> 3380331e7eb ([SE-0470] Enable isolated conformances by default)
514505
/// Allow SwiftSettings
515506
EXPERIMENTAL_FEATURE(SwiftSettings, false)
516507

0 commit comments

Comments
 (0)