]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/better-expected.stderr
Rollup merge of #106670 - albertlarsan68:check-docs-in-pr-ci, r=Mark-Simulacrum
[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