summary refs log tree commit diff
path: root/src/test/ui/parser/assoc-oddities-2.stderr
blob: 4b3893d2c17da22bea8b2ad61561669ca4609479 (plain)
1
2
3
4
5
6
7
8
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