DEBSOURCES
Skip Quicknav
sources / rust-actix-macros / 0.2.3-1 / tests / trybuild / test-03-only-async.rs
123456
#[actix_rt::test] fn my_test() { futures_util::future::ready(()).await } fn main() {}