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 58bcbb2 commit ed164aaCopy full SHA for ed164aa
test/attr/attr_marker_protocol.swift
@@ -66,4 +66,4 @@ extension Array: P9 where Element: P9 { }
66
protocol P10 { }
67
68
extension Array: P10 where Element: P10, Element: P8 { }
69
-// expected-error@-1{{conditional conformance to non-marker protocol 'P10' cannot depend on conformance of 'Element' to non-marker protocol 'P8'}}
+// expected-error@-1{{conditional conformance to non-marker protocol 'P10' cannot depend on conformance of 'Element' to marker protocol 'P8'}}
0 commit comments