rustc/vendor/structopt/tests/ui/subcommand_opt_opt.stderr
2021-05-14 18:42:13 +01:00

6 lines
181 B
Plaintext

error: Option<Option<T>> type is not allowed for subcommand
--> $DIR/subcommand_opt_opt.rs:18:10
|
18 | cmd: Option<Option<Command>>,
| ^^^^^^^^^^^^^^^^^^^^^^^