rust/tests/ui/parser/assoc-oddities-2.stderr

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

9 lines
248 B
Plaintext
Raw Normal View History

2018-10-20 20:36:17 +00:00
error: expected one of `.`, `;`, `?`, or `}`, found `[`
2018-12-25 15:56:47 +00:00
--> $DIR/assoc-oddities-2.rs:5:29
2018-10-20 20:36:17 +00:00
|
2019-03-09 12:03:44 +00:00
LL | x..if c { a } else { b }[n];
| ^ expected one of `.`, `;`, `?`, or `}`
2018-10-20 20:36:17 +00:00
error: aborting due to previous error