]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/better-expected.stderr
Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into sync_cg_clif-2023-01-24
[rust.git] / tests / ui / parser / better-expected.stderr
1 error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `3`
2   --> $DIR/better-expected.rs:2:19
3    |
4 LL |     let x: [isize 3];
5    |         -         ^ expected one of 7 possible tokens
6    |         |
7    |         while parsing the type for `x`
8
9 error: aborting due to previous error
10