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