mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 07:04:18 +00:00
8 lines
177 B
Text
8 lines
177 B
Text
error: expected `,`, found `a`
|
|
--> tests/ui/issue-3145.rs:2:19
|
|
|
|
|
LL | println!("{}" a);
|
|
| ^ expected `,`
|
|
|
|
error: aborting due to 1 previous error
|
|
|