rust/tests/ui/parser/doc-before-identifier.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
229 B
Plaintext
Raw Normal View History

error: expected identifier, found doc comment `/// document`
2019-05-31 20:50:04 +00:00
--> $DIR/doc-before-identifier.rs:1:4
2018-10-20 20:36:17 +00:00
|
LL | fn /// document
| ^^^^^^^^^^^^ expected identifier, found doc comment
2018-10-20 20:36:17 +00:00
error: aborting due to 1 previous error
2018-10-20 20:36:17 +00:00