index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
issues
/
issue-7813.rs
blob: ce549bde60117544063eacde1f106617bb0964ad (
plain
)
1
2
3
4
fn
main
()
{
let
v
=
&
[];
//~ ERROR type annotations needed
let
it
=
v
.
iter
();
}