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