11 lines
241 B
Plaintext
11 lines
241 B
Plaintext
|
error: no rules expected the token `a`
|
||
|
--> $DIR/missing-comma.rs:12:19
|
||
|
|
|
||
|
LL | println!("{}" a);
|
||
|
| -^
|
||
|
| |
|
||
|
| help: missing comma here
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|