9 lines
184 B
Plaintext
9 lines
184 B
Plaintext
error: expected token: `,`
|
|
--> $DIR/issue-3145.rs:11:19
|
|
|
|
|
11 | println!("{}" a); //~ERROR expected token: `,`
|
|
| ^
|
|
|
|
error: aborting due to previous error
|
|
|