summaryrefslogtreecommitdiffstats
path: root/src/test/ui/generic-associated-types/issue-102335-gat.stderr
blob: 7a7900a1e656ab6912c828aa9dc3f77b76e77eef (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 previous error

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