summary refs log tree commit diff
path: root/src/test/ui/parser/multiline-comment-line-tracking.stderr
blob: 2dba2b1cb7e625faf1b5f23e2fc3beefc3d7c82f (plain)
1
2
3
4
5
6
7
8
error: expected expression, found `%`
  --> $DIR/multiline-comment-line-tracking.rs:19:3
   |
LL |   %; // parse error on line 19, but is reported on line 6 instead.
   |   ^ expected expression

error: aborting due to previous error