rustc/vendor/structopt/tests/ui/bool_required.stderr
2020-12-02 10:43:25 +01:00

6 lines
162 B
Plaintext

error: required is meaningless for bool
--> $DIR/bool_required.rs:14:24
|
14 | #[structopt(short, required = true)]
| ^^^^^^^^