]> git.lizzy.rs Git - rust.git/blob - src/test/ui/generic-associated-types/issue-102335-gat.stderr
Rollup merge of #102954 - GuillaumeGomez:cfg-hide-attr-checks, r=Manishearth
[rust.git] / src / test / ui / generic-associated-types / issue-102335-gat.stderr
1 error[E0229]: associated type bindings are not allowed here
2   --> $DIR/issue-102335-gat.rs:2:21
3    |
4 LL |     type A: S<C<(), i32 = ()> = ()>;
5    |                     ^^^^^^^^ associated type not allowed here
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0229`.