summary refs log tree commit diff
path: root/src/test/ui/parser/doc-before-identifier.stderr
blob: f93ab634c28c91cb6aa26c109fab76e76b15349a (plain)
1
2
3
4
5
6
7
8
error: expected identifier, found `/// document`
  --> $DIR/doc-before-identifier.rs:13:4
   |
LL | fn /// document
   |    ^^^^^^^^^^^^ expected identifier

error: aborting due to previous error