mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-12 06:53:05 +00:00
9 lines
187 B
Plaintext
9 lines
187 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 1 previous error
|
|
|