]> git.proxmox.com Git - rustc.git/blame - vendor/structopt/tests/ui/positional_bool.stderr
New upstream version 1.52.1+dfsg1
[rustc.git] / vendor / structopt / tests / ui / positional_bool.stderr
CommitLineData
f20569fa
XL
1error: `bool` cannot be used as positional parameter with default parser
2
3 = help: if you want to create a flag add `long` or `short`
4 = help: If you really want a boolean parameter add an explicit parser, for example `parse(try_from_str)`
5 = note: see also https://github.com/TeXitoi/structopt/tree/master/examples/true_or_false.rs
6
7 --> $DIR/positional_bool.rs:5:14
8 |
95 | verbose: bool,
10 | ^^^^