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