2020-08-31 11:45:50 +02:00
|
|
|
error: expected `,`, found `a`
|
2024-02-17 12:16:29 +00:00
|
|
|
--> tests/ui/issue-3145.rs:2:19
|
2018-10-06 09:18:06 -07:00
|
|
|
|
|
2023-07-02 14:35:19 +02:00
|
|
|
LL | println!("{}" a);
|
2019-07-24 02:24:27 +02:00
|
|
|
| ^ expected `,`
|
2018-09-07 17:18:47 +02:00
|
|
|
|
2023-11-21 17:08:42 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-09-07 17:18:47 +02:00
|
|
|
|