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