clap/tests/derive_ui/clap_empty_attr.stderr

12 lines
277 B
Text
Raw Normal View History

error: expected attribute arguments in parentheses: #[command(...)]
2023-03-18 13:50:41 +00:00
--> tests/derive_ui/clap_empty_attr.rs:4:3
2020-01-20 21:19:37 +00:00
|
4 | #[command]
2023-03-18 13:50:41 +00:00
| ^^^^^^^
2020-01-20 21:19:37 +00:00
error: expected parentheses: #[arg(...)]
--> tests/derive_ui/clap_empty_attr.rs:9:11
2020-01-20 21:19:37 +00:00
|
9 | #[arg = "short"]
| ^