2022-06-02 19:53:18 +00:00
|
|
|
error: `value_parser` attribute conflicts with `parse` attribute
|
2022-05-20 17:43:11 +00:00
|
|
|
--> tests/derive_ui/parse_with_value_parser.rs:14:29
|
|
|
|
|
|
|
|
|
14 | #[clap(parse(from_str), value_parser = clap::value_parser!(String))]
|
|
|
|
| ^^^^^^^^^^^^
|