mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #67511 from JTurcotti/tweaks
[SendNonSendable] Assorted Bugfixes and Tweaks
This commit is contained in:
@@ -218,7 +218,7 @@ EXPERIMENTAL_FEATURE(BuiltinModule, true)
|
||||
EXPERIMENTAL_FEATURE(StrictConcurrency, true)
|
||||
|
||||
/// Defer Sendable checking to SIL diagnostic phase.
|
||||
EXPERIMENTAL_FEATURE(DeferredSendableChecking, false)
|
||||
EXPERIMENTAL_FEATURE(SendNonSendable, false)
|
||||
|
||||
/// Enable extended callbacks (with additional parameters) to be used when the
|
||||
/// "playground transform" is enabled.
|
||||
|
||||
@@ -54,8 +54,7 @@ enum class PartitionOpKind : uint8_t {
|
||||
// Assign one value to a fresh region, takes one arg.
|
||||
AssignFresh,
|
||||
|
||||
// Consume the region of a value, takes one arg. Region of arg must be
|
||||
// non-consumed before the op.
|
||||
// Consume the region of a value if not already consumed, takes one arg.
|
||||
Consume,
|
||||
|
||||
// Merge the regions of two values, takes two args, both must be from
|
||||
|
||||
Reference in New Issue
Block a user