blob: 4b3893d2c17da22bea8b2ad61561669ca4609479 [file] [log] [blame]
error: expected one of `.`, `;`, `?`, or `}`, found `[`
--> $DIR/assoc-oddities-2.rs:5:29
|
LL | x..if c { a } else { b }[n];
| ^ expected one of `.`, `;`, `?`, or `}` here
error: aborting due to previous error