aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/yield_bad_expr_in_macro.stderr
blob: 71d90754075da058ca0908391b150652c2afae30 (plain)
1
2
3
4
5
error: expected expression
 --> $DIR/yield_bad_expr_in_macro.rs:8:33
  |
8 |             _ = work() => yield fn f() {},
  |                                 ^^