38d4ac7cea
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
9 lines
183 B
Plaintext
9 lines
183 B
Plaintext
error: expected token: `,`
|
|
--> $DIR/issue-3145.rs:2:19
|
|
|
|
|
LL | println!("{}" a); //~ERROR expected token: `,`
|
|
| ^
|
|
|
|
error: aborting due to previous error
|
|
|