index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
parser
/
issue-39616.rs
blob: 46b5aa334ca6f2fb9dcc7153d6a94500c957ec15 (
plain
)
1
2
3
fn
foo
(
a
:
[
0
;
1
])
{}
//~ ERROR expected type, found `0`
fn
main
()
{}