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