rust/src/test/ui/parser/assoc-oddities-1.stderr
2018-10-21 14:06:28 +03:00

9 lines
278 B
Plaintext

error: expected one of `.`, `;`, `?`, or `}`, found `[`
--> $DIR/assoc-oddities-1.rs:20:28
|
LL | ..if c { a } else { b }[n]; //~ ERROR expected one of
| ^ expected one of `.`, `;`, `?`, or `}` here
error: aborting due to previous error