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-39616.rs
blob: 46b5aa334ca6f2fb9dcc7153d6a94500c957ec15 (
plain
)
1
2
3
fn
foo
(
a
:
[
0
;
1
])
{}
//~ ERROR expected type, found `0`
fn
main
()
{}