mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-26 14:43:24 +00:00
9 lines
165 B
Plaintext
9 lines
165 B
Plaintext
error: expected identifier, found `(`
|
|
--> $DIR/issue-15914.rs:3:9
|
|
|
|
|
LL | ();
|
|
| ^ expected identifier
|
|
|
|
error: aborting due to previous error
|
|
|