rust/src/test/ui/parser/assoc-oddities-2.stderr

9 lines
280 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: expected one of `.`, `;`, `?`, or `}`, found `[`
--> $DIR/assoc-oddities-2.rs:15:29
|
LL | x..if c { a } else { b }[n]; //~ ERROR expected one of
| ^ expected one of `.`, `;`, `?`, or `}` here
error: aborting due to previous error