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