1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 10:32:59 +01:00
actix-net/actix-macros/tests/trybuild/test-03-only-async.stderr

6 lines
132 B
Plaintext
Raw Normal View History

2021-02-02 03:07:58 +01:00
error: the async keyword is missing from the function declaration
--> $DIR/test-03-only-async.rs:2:1
|
2 | fn my_test() {
| ^^