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