blob: 40d4a5e3bc0c5bd870f8d70ce1da9b5043761301 [file] [log] [blame]
error[E0576]: cannot find associated type `X` in trait `A`
--> $DIR/issue-22037.rs:3:33
|
LL | fn a(&self) -> <Self as A>::X;
| ^ not found in `A`
error: aborting due to previous error