blob: 2796312f4ad1742c835480b58a6fc6c942653355 (
plain)
1
2
3
4
5
6
7
8
|
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 1 previous error
|