File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ func testAsyncSequence1Sendable<Seq: AsyncSequence>(_ seq: Seq) async throws whe
19
19
async let _ = seq. reduce ( 0 ) { $0 + $1 } // OK
20
20
}
21
21
22
- // TODO(diagnostics): Add a tailored wording for implicit autoclosure captures in sendable warnings, because
22
+ // TODO(diagnostics) [SR-16092] : Add a tailored wording for implicit autoclosure captures in sendable warnings, because
23
23
// from user perspective there is no closure capture, so diagnostic can be confusing.
24
24
func testAsyncSequenceTypedPattern< Seq: AsyncSequence > ( _ seq: Seq ) async throws where Seq. Element == Int {
25
25
async let result : Int = seq. reduce ( 0 ) { $0 + $1 } // OK
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ public func doSerializedAsyncLet() async {
8
8
@_alwaysEmitIntoClient
9
9
public func doSerializedAsyncLetTyped( ) async {
10
10
async let _ : ( ) = ( )
11
- }
11
+ }
You can’t perform that action at this time.
0 commit comments