File: test-06-unknown-attr.rs

package info (click to toggle)
rust-actix-macros 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: makefile: 4
file content (7 lines) | stat: -rw-r--r-- 122 bytes parent folder | download
1
2
3
4
5
6
7
#[actix_rt::test(foo = "bar")]
async fn my_test_1() {}

#[actix_rt::test(bar::baz)]
async fn my_test_2() {}

fn main() {}