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

error: aborting due to previous error