mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-28 05:12:26 +00:00
11 lines
303 B
Plaintext
11 lines
303 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 previous error
|
|
|