mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
5 lines
182 B
Text
5 lines
182 B
Text
error: unsupported parser `not_a_valid_parser`
|
|
--> tests/derive_ui/unsupported_parser.rs:5:18
|
|
|
|
|
5 | #[clap(parse(not_a_valid_parser))]
|
|
| ^^^^^^^^^^^^^^^^^^
|