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

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