blob: 5809d64e8067843dd0f6e31621d1d59ca9d5b2d5 (
plain)
1
2
3
4
5
6
7
8
|
error: expected item after doc comment
--> $DIR/doc-before-eof.rs:3:1
|
LL | /// hi //~ERROR expected item after doc comment
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this doc comment doesn't document anything
error: aborting due to previous error
|