rust/src/test/ui/proc-macro/issue-81543-item-parse-err....

9 lines
185 B
Plaintext

error: expected identifier, found `32`
--> $DIR/issue-81543-item-parse-err.rs:11:8
|
LL | fn 32() {}
| ^^ expected identifier
error: aborting due to previous error