mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-23 22:51:07 +01:00
6 lines
132 B
Plaintext
6 lines
132 B
Plaintext
error: the async keyword is missing from the function declaration
|
|
--> $DIR/test-03-only-async.rs:2:1
|
|
|
|
|
2 | fn my_test() {
|
|
| ^^
|