blob: 5ba8eb51bbca3a1dac5840f8739d926b5b00214a [file] [log] [blame] [edit]
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 `}`
error: aborting due to 1 previous error