mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-03 20:23:59 +00:00
9 lines
177 B
Plaintext
9 lines
177 B
Plaintext
error: expected `,`, found `a`
|
|
--> tests/ui/issue-3145.rs:2:19
|
|
|
|
|
LL | println!("{}" a);
|
|
| ^ expected `,`
|
|
|
|
error: aborting due to 1 previous error
|
|
|