rust/tests/ui/proc-macro/issue-81543-item-parse-err.stderr
2023-01-11 09:32:08 +00:00

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