mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 17:07:17 +00:00
c2c73189c8
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
8 lines
173 B
Text
8 lines
173 B
Text
error: expected `,`, found `a`
|
|
--> $DIR/issue-3145.rs:2:19
|
|
|
|
|
LL | println!("{}" a);
|
|
| ^ expected `,`
|
|
|
|
error: aborting due to 1 previous error
|
|
|