summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-70552-ascription-in-parens-after-call.stderr
blob: 14cf52ce672aceb56e594762da301f86ff999a81 (plain)
1
2
3
4
5
6
7
8
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 1 previous error