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.
2 parents df7cac3 + b132671 commit c9cb122Copy full SHA for c9cb122
test/Concurrency/sendable_conformance_checking.swift
@@ -211,6 +211,7 @@ public struct TestSendableWitnesses2 : NoSendableReqs {
211
@preconcurrency func f(handler: @escaping @MainActor @Sendable (Int) -> Void)
212
}
213
214
+// TODO: The following error should actually be a warning.
215
// expected-complete-and-tns-error @+2 {{type 'TestEscapingOnly' does not conform to protocol 'EscapingSendableProtocol'}}
216
// expected-complete-and-tns-note @+1 {{add stubs for conformance}}
217
class TestEscapingOnly: EscapingSendableProtocol {
0 commit comments