rust/tests/ui/parser/issues/issue-91461.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
402 B
Plaintext
Raw Normal View History

error: expected identifier, found reserved identifier `_`
--> $DIR/issue-91461.rs:2:7
|
LL | a(_:b:,)
| ^ expected identifier, found reserved identifier
error: expected one of `)`, `,`, `.`, `?`, or an operator, found `:`
--> $DIR/issue-91461.rs:2:8
|
LL | a(_:b:,)
| ^ expected one of `)`, `,`, `.`, `?`, or an operator
error: aborting due to 2 previous errors