2
0
Fork 0
mirror of https://github.com/rust-lang/rust-clippy synced 2025-03-01 05:47:25 +00:00
rust-clippy/tests/ui/issue-3145.stderr

8 lines
196 B
Text

error: expected token: `,`
--> $DIR/issue-3145.rs:2:19
|
LL | println!("{}" a); //~ERROR expected token: `,`
| ^ expected `,`
error: aborting due to previous error