We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81db8e commit b09aad8Copy full SHA for b09aad8
test/Generics/inverse_signatures.swift
@@ -193,10 +193,9 @@ extension Cond: Copyable where T: Copyable {}
193
// CHECK-NEXT: Canonical generic signature: <τ_0_0>
194
struct ImplicitCond<T: ~Escapable & ~Copyable> {}
195
196
-// FIXME: At the moment, Sendable in the stdlib requires Escapable.
197
// CHECK-LABEL: StructDecl name=ImplicitCond
198
// CHECK-NEXT: (normal_conformance type="ImplicitCond<T>" protocol="Sendable"
199
-// CHECK-NEXT: (assoc_conformance type="Self" proto="Escapable"
+// CHECK-NOT: (assoc_conformance type="Self" proto="Escapable"
200
201
// CHECK-LABEL: ExtensionDecl line={{.*}} base=ImplicitCond
202
// CHECK: Generic signature: <T>
0 commit comments