mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-24 07:02:59 +01:00
12 lines
287 B
Plaintext
12 lines
287 B
Plaintext
|
error: Unknown attribute specified
|
||
|
--> $DIR/test-06-unknown-attr.rs:1:18
|
||
|
|
|
||
|
1 | #[actix_rt::test(foo = "bar")]
|
||
|
| ^^^^^^^^^^^
|
||
|
|
||
|
error: Unknown attribute specified
|
||
|
--> $DIR/test-06-unknown-attr.rs:4:18
|
||
|
|
|
||
|
4 | #[actix_rt::test(bar::baz)]
|
||
|
| ^^^^^^^^
|