mirror of
https://github.com/openharmony/third_party_rust_clap.git
synced 2026-07-19 21:23:35 -04:00
6 lines
179 B
Plaintext
6 lines
179 B
Plaintext
error: Option<Option<T>> types are not supported for subcommand
|
|
--> tests/derive_ui/subcommand_opt_opt.rs:17:10
|
|
|
|
|
17 | cmd: Option<Option<Command>>,
|
|
| ^^^^^^
|