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 47a2fe8 commit ba2f05cCopy full SHA for ba2f05c
validation-test/compiler_crashers_2_fixed/0161-issue-49119.swift
@@ -8,8 +8,8 @@ protocol P {
8
9
struct Type<Param> {}
10
extension Type: P where Param: P, Param.A == Type<Param> {
11
- // expected-error@-1 7{{extension of generic struct 'Type' has self-referential generic requirements}}
12
- // expected-note@-2 7{{through reference here}}
+ // expected-error@-1 6{{extension of generic struct 'Type' has self-referential generic requirements}}
+ // expected-note@-2 6{{through reference here}}
13
// expected-error@-3 {{type 'Type<Param>' does not conform to protocol 'P'}}
14
typealias A = Param
15
// expected-note@-1 2{{through reference here}}
0 commit comments