Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
do-not-suggest-semicolon-between-macro-without-exclamation-mark-and-array.rs
blob: d6f7981813fc5fabac05113541706b8ed62df1a3 [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
let
_x
=
vec
[
1
,
2
,
3
];
//~ ERROR expected one of `.`, `?`, `]`, or an operator
}