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