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

error: aborting due to 1 previous error

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