summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/doc-before-eof.stderr
blob: 82756626765b07c280c55240fcad581827c1cdc7 (plain)
1
2
3
4
5
6
7
8
error: expected item after doc comment
  --> $DIR/doc-before-eof.rs:3:1
   |
LL | /// hi
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this doc comment doesn't document anything

error: aborting due to previous error