]> git.lizzy.rs Git - rust.git/blob - tests/ui/generic-associated-types/projection-bound-cycle.stderr
Rollup merge of #103702 - WaffleLapkin:lift-sized-bounds-from-pointer-methods-where...
[rust.git] / tests / ui / generic-associated-types / projection-bound-cycle.stderr
1 error[E0275]: overflow evaluating the requirement `<Number as Foo>::Item == _`
2   --> $DIR/projection-bound-cycle.rs:26:5
3    |
4 LL |     type Item = str where str: Sized;
5    |     ^^^^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0275`.