summaryrefslogtreecommitdiffstats
path: root/tests/ui/generic-associated-types/issue-102335-gat.stderr
blob: 39ca7954edef14e1281426d149d44fe6bc074e84 (plain)
1
2
3
4
5
6
7
8
9
error[E0229]: associated type bindings are not allowed here
  --> $DIR/issue-102335-gat.rs:2:21
   |
LL |     type A: S<C<(), i32 = ()> = ()>;
   |                     ^^^^^^^^ associated type not allowed here

error: aborting due to 1 previous error

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