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
/
src
/
test
/
ui
/
parser
/
do-not-suggest-semicolon-between-macro-without-exclamation-mark-and-array.rs
blob: d6f7981813fc5fabac05113541706b8ed62df1a3 (
plain
)
1
2
3
fn
main
()
{
let
_x
=
vec
[
1
,
2
,
3
];
//~ ERROR expected one of `.`, `?`, `]`, or an operator
}