DEBSOURCES
Skip Quicknav
sources / rust-actix-macros / 0.2.3-1 / tests / trybuild / test-06-unknown-attr.rs
1234567
#[actix_rt::test(foo = "bar")] async fn my_test_1() {} #[actix_rt::test(bar::baz)] async fn my_test_2() {} fn main() {}