summaryrefslogtreecommitdiffstats
path: root/tests/ui/generic-associated-types/projection-bound-cycle-generic.stderr
blob: aae9a56bb612878da03b2e46c2bdc74c3ff1c175 (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 previous error

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