Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
tests
/
ui
/
typeck
/
issue-7813.rs
blob: ce549bde60117544063eacde1f106617bb0964ad [
file
] [
log
] [
blame
]
fn
main
()
{
let
v
=
&[];
//~ ERROR type annotations needed
let
it
=
v
.
iter
();
}