rust/src/test/ui/parser/doc-before-eof.stderr

9 lines
266 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: expected item after doc comment
2018-12-25 09:56:47 -06:00
--> $DIR/doc-before-eof.rs:3:1
2018-10-20 15:36:17 -05:00
|
LL | /// hi //~ERROR expected item after doc comment
2019-01-20 13:52:30 -06:00
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this doc comment doesn't document anything
2018-10-20 15:36:17 -05:00
error: aborting due to previous error