summary refs log tree commit diff
path: root/src/test/ui/parser/assoc-oddities-2.stderr
blob: 568102912521323c0317cfc2994aba08109dd25f (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]; //~ ERROR expected one of
   |                             ^ expected one of `.`, `;`, `?`, or `}` here

error: aborting due to previous error