mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-24 05:52:59 +01:00
12 lines
342 B
Plaintext
12 lines
342 B
Plaintext
error: the async keyword is missing from the function declaration
|
|
--> tests/trybuild/main-02-only-async.rs:2:1
|
|
|
|
|
2 | fn main() {
|
|
| ^^
|
|
|
|
error[E0601]: `main` function not found in crate `$CRATE`
|
|
--> tests/trybuild/main-02-only-async.rs:4:2
|
|
|
|
|
4 | }
|
|
| ^ consider adding a `main` function to `$DIR/tests/trybuild/main-02-only-async.rs`
|