7 lines
134 B
Rust
7 lines
134 B
Rust
trait T : Iterator<Item=Self::Item>
|
|
//~^ ERROR cycle detected
|
|
//~| ERROR associated type `Item` not found for `Self`
|
|
{}
|
|
|
|
fn main() {}
|