summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/column-offset-1-based.stderr
blob: 766d72a0a5a93b9cef808048fdad8c6fb3753225 (plain)
1
2
3
4
5
6
7
8
error: expected one of `!` or `[`, found `<eof>`
  --> $DIR/column-offset-1-based.rs:1:1
   |
LL | #
   | ^ expected one of `!` or `[`

error: aborting due to previous error