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