2020-08-31 11:45:50 +02:00
|
|
|
error: expected `,`, found `a`
|
2019-01-07 22:33:18 +01:00
|
|
|
--> $DIR/issue-3145.rs:2:19
|
2018-10-06 18:18:06 +02:00
|
|
|
|
|
2020-08-31 11:45:50 +02:00
|
|
|
LL | println!("{}" a); //~ERROR expected `,`, found `a`
|
2019-07-24 02:24:27 +02:00
|
|
|
| ^ expected `,`
|
2018-09-07 17:18:47 +02:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|