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