Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
ui
/
issues
/
issue-20772.rs
blob: 1500bc831528a599dcbd72bc45dbe8bc9d6c3616 [
file
] [
log
] [
blame
]
trait
T
:
Iterator
<
Item
=
Self
::
Item
>
//~^ ERROR cycle detected
{}
fn
main
()
{}