File: yield_bad_expr_in_macro.stderr

package info (click to toggle)
rust-async-stream 0.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 216 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (2)
1
2
3
4
5
error: expected expression
 --> tests/ui/yield_bad_expr_in_macro.rs:8:33
  |
8 |             _ = work() => yield fn f() {},
  |                                 ^^