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

error: aborting due to previous error