rust/tests/ui/issues/issue-20772.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
79 B
Rust
Raw Normal View History

trait T : Iterator<Item=Self::Item>
2018-04-15 21:21:00 +00:00
//~^ ERROR cycle detected
{}
fn main() {}