mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
9 lines
184 B
Plaintext
9 lines
184 B
Plaintext
error: expected token: `,`
|
|
--> $DIR/issue-3145.rs:12:19
|
|
|
|
|
12 | println!("{}" a); //~ERROR expected token: `,`
|
|
| ^
|
|
|
|
error: aborting due to previous error
|
|
|