mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
6 lines
183 B
Text
6 lines
183 B
Text
|
error: parse attribute is not allowed for flattened entry
|
||
|
--> $DIR/flatten_and_parse.rs:22:21
|
||
|
|
|
||
|
22 | #[clap(flatten, parse(from_occurrences))]
|
||
|
| ^^^^^
|