2018-08-06 22:54:51 -05:00
|
|
|
error: expected token: `,`
|
|
|
|
--> $DIR/missing-comma.rs:16:19
|
2018-07-15 01:50:08 -05:00
|
|
|
|
|
|
|
|
LL | println!("{}" a);
|
2018-08-06 22:54:51 -05:00
|
|
|
| ^
|
2018-07-15 01:50:08 -05:00
|
|
|
|
2018-08-06 22:54:51 -05:00
|
|
|
error: no rules expected the token `b`
|
|
|
|
--> $DIR/missing-comma.rs:18:12
|
|
|
|
|
|
|
|
|
LL | foo!(a b);
|
|
|
|
| -^
|
|
|
|
| |
|
|
|
|
| help: missing comma here
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2018-07-15 01:50:08 -05:00
|
|
|
|