clap/tests/derive_ui/parse_with_value_parser.stderr

6 lines
249 B
Text
Raw Normal View History

error: `value_parser` attribute conflicts with `parse` attribute
--> tests/derive_ui/parse_with_value_parser.rs:14:29
|
14 | #[clap(parse(from_str), value_parser = clap::value_parser!(String))]
| ^^^^^^^^^^^^