rust/tests/ui/parser/better-expected.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
297 B
Plaintext
Raw Normal View History

2018-10-20 20:36:17 +00:00
error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `3`
--> $DIR/better-expected.rs:2:19
2018-10-20 20:36:17 +00:00
|
2019-03-09 12:03:44 +00:00
LL | let x: [isize 3];
| - ^ expected one of 7 possible tokens
2018-10-20 20:36:17 +00:00
| |
| while parsing the type for `x`
error: aborting due to previous error