1 2 3 4 5 6
trait T : Iterator<Item=Self::Item> //~^ ERROR cycle detected //~| ERROR associated type `Item` not found for `Self` {} fn main() {}