Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-39616.rs
blob: 46b5aa334ca6f2fb9dcc7153d6a94500c957ec15 [
file
] [
log
] [
blame
]
fn
foo
(
a
:
[
0
;
1
])
{}
//~ ERROR expected type, found `0`
fn
main
()
{}