rust-clippy/tests/ui/issue-3145.stderr

9 lines
196 B
Text
Raw Normal View History

2018-09-07 15:18:47 +00:00
error: expected token: `,`
--> $DIR/issue-3145.rs:2:19
2018-10-06 16:18:06 +00:00
|
2018-12-27 15:57:55 +00:00
LL | println!("{}" a); //~ERROR expected token: `,`
| ^ expected `,`
2018-09-07 15:18:47 +00:00
error: aborting due to previous error