summary refs log tree commit diff
path: root/src/test/ui/parser/column-offset-1-based.stderr
blob: 452e65603c9c94f401eca77e0318ef8d9e042bb6 (plain)
1
2
3
4
5
6
7
8
error: expected `[`, found `<eof>`
  --> $DIR/column-offset-1-based.rs:13:1
   |
LL | # //~ ERROR 13:1: 13:2: expected `[`, found `<eof>`
   | ^ expected `[`

error: aborting due to previous error