clap/tests/derive_ui/clap_empty_attr.stderr

12 lines
278 B
Text
Raw Normal View History

error: expected attribute arguments in parentheses: #[command(...)]
--> tests/derive_ui/clap_empty_attr.rs:4:1
2020-01-20 21:19:37 +00:00
|
4 | #[command]
| ^^^^^^^^^^
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"]
| ^