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