about summary refs log tree commit diff
path: root/tests/ui/parser/doc-before-syntax-error.stderr
blob: 93e39d63000771b57d473609a246e74e3eccaaf1 (plain)
1
2
3
4
5
6
7
8
error: expected identifier, found `<`
  --> $DIR/doc-before-syntax-error.rs:2:1
   |
LL | <>
   | ^ expected identifier

error: aborting due to 1 previous error