mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-12 00:24:03 +00:00
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
|
|
|