blob: 2fe6a28eeb41207ac3397115a928f69f6a883fe3 (
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 previous error
|