mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
9 lines
185 B
Plaintext
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
|
|
|