]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-32505.stderr
Auto merge of #59068 - ljedrz:kill_off_NodeId_stragglers, r=Zoxc
[rust.git] / src / test / ui / parser / issue-32505.stderr
1 error: expected expression, found `)`
2   --> $DIR/issue-32505.rs:4:12
3    |
4 LL |     foo(|_|)
5    |            ^ expected expression
6
7 error: aborting due to previous error
8