]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/do-not-suggest-semicolon-before-array.stderr
Rollup merge of #106638 - RalfJung:realstd, r=thomcc
[rust.git] / tests / ui / parser / do-not-suggest-semicolon-before-array.stderr
1 error: expected one of `.`, `?`, `]`, or an operator, found `,`
2   --> $DIR/do-not-suggest-semicolon-before-array.rs:5:5
3    |
4 LL |     [1, 3)
5    |     ^ ^ help: `]` may belong here
6    |     |
7    |     unclosed delimiter
8
9 error: aborting due to previous error
10