error[E0275]: overflow evaluating the requirement `::Item: Sized` --> $DIR/projection-bound-cycle.rs:46:18 | LL | type Assoc = OnlySized<::Item>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: required by a bound in `Foo::Item` --> $DIR/projection-bound-cycle.rs:13:49 | LL | type Item: Sized where ::Item: Sized; | ^^^^^ required by this bound in `Foo::Item` error: aborting due to previous error For more information about this error, try `rustc --explain E0275`.