summaryrefslogtreecommitdiffstats
path: root/tests/ui/generic-associated-types/projection-bound-cycle-generic.stderr
blob: 1b3b264e7508843a8cab9b901b00fd9176fddc37 (plain)
1
2
3
4
5
6
7
8
9
error[E0275]: overflow evaluating the requirement `<Number<T> as Foo>::Item == _`
  --> $DIR/projection-bound-cycle-generic.rs:23:5
   |
LL |     type Item = [T] where [T]: Sized;
   |     ^^^^^^^^^

error: aborting due to 1 previous error

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