blob: 376ddf4d68b740ecf23468f4744cb2e124de7225 (
plain)
1
2
3
4
5
6
7
8
|
error: expected one of `.`, `;`, `?`, or `}`, found `[`
--> $DIR/assoc-oddities-1.rs:10:28
|
LL | ..if c { a } else { b }[n];
| ^ expected one of `.`, `;`, `?`, or `}` here
error: aborting due to previous error
|