1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 10:32:59 +01:00
actix-net/actix-macros/tests/trybuild/test-02-keep-attrs.rs

8 lines
83 B
Rust
Raw Normal View History

2020-04-26 21:11:16 +02:00
#[actix_rt::test]
#[should_panic]
async fn my_test() {
todo!()
}
fn main() {}