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 8aa2ef8 commit 9f3743dCopy full SHA for 9f3743d
test/Generics/rdar90402519.swift
@@ -1,5 +1,8 @@
1
// RUN: %target-typecheck-verify-swift
2
3
+// rdar://122287787 (NCGenerics performance issues in regression tests)
4
+// UNSUPPORTED: noncopyable_generics
5
+
6
// This needs a better diagnostic. The real problem is the 'C == G<I>'
7
// requirement in P2 conflicts with the one in P1.
8
test/decl/protocol/req/recursion.swift
protocol SomeProtocol {
associatedtype T
}
0 commit comments