mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 23:02:31 +00:00
5 lines
180 B
Text
5 lines
180 B
Text
error: Option<Option<T>> type is meaningless for positional argument
|
|
--> $DIR/opt_opt_nonpositional.rs:14:8
|
|
|
|
|
14 | n: Option<Option<u32>>,
|
|
| ^^^^^^^^^^^^^^^^^^^
|