9 lines
171 B
Plaintext
9 lines
171 B
Plaintext
error: expected `,`, found `a`
|
|
--> $DIR/issue-3145.rs:2:19
|
|
|
|
|
LL | println!("{}" a);
|
|
| ^ expected `,`
|
|
|
|
error: aborting due to previous error
|
|
|