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