clap/clap_derive/tests/ui/subcommand_and_parse.stderr
2020-02-12 23:15:05 +03:00

5 lines
187 B
Text

error: parse attribute is not allowed for subcommand
--> $DIR/subcommand_and_parse.rs:16:24
|
16 | #[clap(subcommand, parse(from_occurrences))]
| ^^^^^