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

9 lines
184 B
Text
Raw Normal View History

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