Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-24197.rs
blob: aaf5137461fa639e0385c57b5d3b337868356250 [
file
] [
log
] [
blame
]
fn
main
()
{
let
buf
[
0
]
=
0
;
//~ ERROR expected one of `:`, `;`, `=`, `@`, or `|`, found `[`
}