blob: 6f5eee9928ce6fca96afb62d9a31b8cb3fd1919f [file] [log] [blame]
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`.