mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
9 lines
305 B
Plaintext
9 lines
305 B
Plaintext
error: expected one of `.`, `?`, `]`, or an operator, found `,`
|
|
--> $DIR/do-not-suggest-semicolon-between-macro-without-exclamation-mark-and-array.rs:2:19
|
|
|
|
|
LL | let _x = vec[1, 2, 3];
|
|
| ^ expected one of `.`, `?`, `]`, or an operator
|
|
|
|
error: aborting due to previous error
|
|
|