rust-clippy/tests/ui/issue-3145.stderr
2020-09-03 04:58:14 +02:00

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