]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/suggest-semi-in-array.stderr
Rollup merge of #106043 - c410-f3r:moar-errors, r=petrochenkov
[rust.git] / src / test / ui / parser / suggest-semi-in-array.stderr
1 error: expected one of `,`, `.`, `;`, `?`, `]`, or an operator, found `2`
2   --> $DIR/suggest-semi-in-array.rs:3:5
3    |
4 LL |     let v = [1
5    |               - expected one of `,`, `.`, `;`, `?`, `]`, or an operator
6 LL |     2];
7    |     ^ unexpected token
8
9 error: aborting due to previous error
10