2021-08-01 19:55:48 -05:00
|
|
|
error: expected one of `.`, `;`, `?`, `else`, or an operator, found `,`
|
2020-05-26 16:52:16 -04:00
|
|
|
--> $DIR/issue-72253.rs:4:9
|
|
|
|
|
|
|
|
|
|
|
LL | .arg("1")
|
2021-08-01 19:55:48 -05:00
|
|
|
| - expected one of `.`, `;`, `?`, `else`, or an operator
|
2020-05-26 16:52:16 -04:00
|
|
|
LL | ,arg("2")
|
|
|
|
|
| ^ unexpected token
|
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-05-26 16:52:16 -04:00
|
|
|
|