2018-10-20 23:36:17 +03:00
|
|
|
error: expected one of `.`, `;`, `?`, or `}`, found `[`
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/assoc-oddities-2.rs:5:29
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | x..if c { a } else { b }[n];
|
2019-10-28 11:08:53 -07:00
|
|
|
| ^ expected one of `.`, `;`, `?`, or `}`
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|