summary refs log tree commit diff
path: root/src/test/ui/parser/doc-before-eof.stderr
blob: 9fd3db73577b78e858675d534c6cbc44db8222eb (plain)
1
2
3
4
5
6
7
8
error: expected item after doc comment
  --> $DIR/doc-before-eof.rs:13:1
   |
LL | /// hi //~ERROR expected item after doc comment
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error