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