AST: Promote AsyncSequenceFailure feature to the baseline.

This commit is contained in:
Allan Shortlidge
2024-07-08 21:35:36 -07:00
parent 6f972fc275
commit b5acc6b07d
5 changed files with 3 additions and 42 deletions

View File

@@ -4,7 +4,7 @@
// REQUIRES: concurrency
// CHECK: @rethrows
// CHECK-NEXT: public protocol AsyncIteratorProtocol
// CHECK-NOT: @rethrows
// CHECK: public protocol AsyncIteratorProtocol
public protocol AsyncIteratorProtocol {
}