Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
tests
/
ui
/
issues
/
issue-38919.rs
blob: 3d28f1936b47fd4d1de50df3d256b7cfab873641 [
file
]
fn
foo
<
T
:
Iterator
>()
{
T
::
Item
;
//~ ERROR no associated item named `Item` found
}
fn
main
()
{
}