File: not_async.stderr

package info (click to toggle)
rust-async-recursion 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 332 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 255 bytes parent folder | download
1
2
3
4
5
6
7
error: expected an async function
 --> tests/ui/not_async.rs:3:1
  |
3 | #[async_recursion]
  | ^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the attribute macro `async_recursion` (in Nightly builds, run with -Z macro-backtrace for more info)