Skip to content

Commit fef554b

Browse files
committed
Minor header field updates
1 parent a50c2c2 commit fef554b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

proposals/nnnn-inferring-senable-for-methods.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Inferring `Sendable` for methods and key path literals
22

3-
* Proposal: [SE-NNNN](https://github.com/kavon/swift-evolution/blob/sendable-functions/proposals/NNNN-filename.md)
3+
* Proposal: [SE-NNNN](https://github.com/kavon/swift-evolution/blob/sendable-functions/proposals/NNNN-inferring-sendable-for-methods.md)
44
* Authors: [Angela Laar](https://github.com/angela-laar), [Kavon Farvardin](https://github.com/kavon), [Pavel Yaskevich](https://github.com/xedin)
5-
* Review Manager: TBD
5+
* Review Manager: [Becca Royal-Gordon](https://github.com/beccadax)
66
* Status: Awaiting Implementation
7+
* Implementation: [apple/swift#67498](https://github.com/apple/swift/pull/67498), [apple/swift#70076](https://github.com/apple/swift/pull/70076); in main behind experimental feature flag `InferSendableFromCaptures`
8+
* Upcoming Feature Flag: `InferSendableFromCaptures`
79
* Review: ([pitch](https://forums.swift.org/t/pitch-inferring-sendable-for-methods/66565))
810

911
## Introduction

0 commit comments

Comments
 (0)