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