41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
11 lines
305 B
Plaintext
11 lines
305 B
Plaintext
error: expected one of `.`, `;`, `?`, `else`, or an operator, found `,`
|
|
--> $DIR/issue-72253.rs:4:9
|
|
|
|
|
LL | .arg("1")
|
|
| - expected one of `.`, `;`, `?`, `else`, or an operator
|
|
LL | ,arg("2")
|
|
| ^ unexpected token
|
|
|
|
error: aborting due to 1 previous error
|
|
|