trait T : Iterator //~^ ERROR cycle detected //~| ERROR associated type `Item` not found for `Self` {} fn main() {}