mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
8 lines
184 B
Text
8 lines
184 B
Text
error: expected token: `,`
|
|
--> $DIR/issue-3145.rs:11:19
|
|
|
|
|
LL | println!("{}" a); //~ERROR expected token: `,`
|
|
| ^
|
|
|
|
error: aborting due to previous error
|
|
|