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
/
tests
/
ui
/
parser
/
issues
/
issue-24197.rs
blob: aaf5137461fa639e0385c57b5d3b337868356250 (
plain
)
1
2
3
fn
main
()
{
let
buf
[
0
]
=
0
;
//~ ERROR expected one of `:`, `;`, `=`, `@`, or `|`, found `[`
}