mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-12 16:45:37 +00:00
93ce686b5d
Related rust pull request: rust-lang/rust#76160
9 lines
204 B
Plaintext
9 lines
204 B
Plaintext
error: expected `,`, found `a`
|
|
--> $DIR/issue-3145.rs:2:19
|
|
|
|
|
LL | println!("{}" a); //~ERROR expected `,`, found `a`
|
|
| ^ expected `,`
|
|
|
|
error: aborting due to previous error
|
|
|