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 5b1810e commit f4740d7Copy full SHA for f4740d7
validation-test/stdlib/CollectionDiagnostics.swift
@@ -23,7 +23,7 @@ struct CollectionWithBadSubSequence : Collection {
23
fatalError("unreachable")
24
}
25
26
- // expected-note@+3 {{possibly intended match 'CollectionWithBadSubSequence.SubSequence' (aka 'OpaqueValue<Int8>') does not conform to 'Sequence'}}
+ // expected-note@+3 {{possibly intended match}}
27
// expected-note@+2 {{possibly intended match}}
28
// expected-note@+1 {{possibly intended match}}
29
typealias SubSequence = OpaqueValue<Int8>
0 commit comments