2021-12-07 09:44:51 -06:00
|
|
|
error: expected identifier, found reserved identifier `_`
|
|
|
|
--> $DIR/issue-91461.rs:2:7
|
|
|
|
|
|
|
|
|
LL | a(_:b:,)
|
|
|
|
| ^ expected identifier, found reserved identifier
|
|
|
|
|
2022-11-16 14:46:06 -06:00
|
|
|
error: expected one of `)`, `,`, `.`, `?`, or an operator, found `:`
|
|
|
|
--> $DIR/issue-91461.rs:2:8
|
2021-12-07 09:44:51 -06:00
|
|
|
|
|
|
|
|
LL | a(_:b:,)
|
2022-11-16 14:46:06 -06:00
|
|
|
| ^ expected one of `)`, `,`, `.`, `?`, or an operator
|
2021-12-07 09:44:51 -06:00
|
|
|
|
2022-11-16 14:46:06 -06:00
|
|
|
error: aborting due to 2 previous errors
|
2021-12-07 09:44:51 -06:00
|
|
|
|