rust/src/test/ui/parser/doc-before-eof.stderr
Vadim Petrochenkov fa72a81bea Update tests
2019-03-11 23:10:26 +03:00

9 lines
225 B
Plaintext

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