about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-22037.stderr
blob: 615628558f08bce45cc63662a94b11c07afd96d2 (plain)
1
2
3
4
5
6
7
8
9
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

For more information about this error, try `rustc --explain E0576`.