aboutsummaryrefslogtreecommitdiff
path: root/structopt/tests/ui/opt_vec_nonpositional.stderr
blob: 6f01de56775f8aeb87e814a8f408d94738a14769 (plain)
1
2
3
4
5
error: Option<Vec<T>> type is meaningless for positional argument
  --> $DIR/opt_vec_nonpositional.rs:14:8
   |
14 |     n: Option<Vec<u32>>,
   |        ^^^^^^