1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 00:27:43 +02:00

add trybuild compile tests

This commit is contained in:
Rob Ede
2020-04-26 20:11:16 +01:00
parent 7d0cfe1b4d
commit 4c5568ed70
9 changed files with 52 additions and 4 deletions

View File

@ -0,0 +1,4 @@
#[actix_rt::main]
async fn main() {
println!("Hello world");
}