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