File: test-03-only-async.stderr

package info (click to toggle)
rust-actix-macros 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: makefile: 4
file content (5 lines) | stat: -rw-r--r-- 132 bytes parent folder | download
1
2
3
4
5
error: the async keyword is missing from the function declaration
 --> $DIR/test-03-only-async.rs:2:1
  |
2 | fn my_test() {
  | ^^