blob: 4bc5e6f65d804e418d0d2eb60103c07bb331817d (
plain)
1
2
3
4
5
6
7
8
|
error: expected identifier, found doc comment `/// document`
--> $DIR/doc-before-identifier.rs:3:4
|
LL | fn /// document
| ^^^^^^^^^^^^ expected identifier, found doc comment
error: aborting due to previous error
|