blob: 1500bc831528a599dcbd72bc45dbe8bc9d6c3616 [file] [log] [blame]
trait T : Iterator<Item=Self::Item>
//~^ ERROR cycle detected
{}
fn main() {}