rust/tests/ui/parser/issues/issue-70552-ascription-in-parens-after-call.stderr

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

9 lines
218 B
Plaintext
Raw Normal View History

error: expected expression, found `:`
--> $DIR/issue-70552-ascription-in-parens-after-call.rs:2:19
|
LL | expr as fun()(:);
| ^ expected expression
error: aborting due to previous error