]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issues/issue-70552-ascription-in-parens-after-call.stderr
Rollup merge of #106427 - mejrs:translation_errors, r=davidtwco
[rust.git] / tests / ui / parser / issues / issue-70552-ascription-in-parens-after-call.stderr
1 error: expected expression, found `:`
2   --> $DIR/issue-70552-ascription-in-parens-after-call.rs:2:19
3    |
4 LL |     expr as fun()(:);
5    |                   ^ expected expression
6
7 error: aborting due to previous error
8