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 ddb5c13 commit cd7bc86Copy full SHA for cd7bc86
validation-test/compiler_crashers_2_fixed/0159-rdar40009245.swift
@@ -4,5 +4,5 @@ protocol P {
4
associatedtype A : P where A.X == Self
5
// expected-error@-1{{'X' is not a member type of type 'Self.A'}}
6
associatedtype X : P where P.A == Self
7
- // expected-error@-1{{associated type 'A' can only be used with a concrete type or generic parameter base}}
+ // expected-error@-1{{cannot access associated type 'A' from 'P'; use a concrete type or generic parameter base instead}}
8
}
0 commit comments