2020-03-30 09:20:55 +02:00
|
|
|
error: expected expression, found `:`
|
|
|
|
|
--> $DIR/issue-70552-ascription-in-parens-after-call.rs:2:19
|
|
|
|
|
|
|
|
|
|
|
LL | expr as fun()(:);
|
|
|
|
|
| ^ expected expression
|
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-03-30 09:20:55 +02:00
|
|
|
|