1error: Only the last positional argument may be `Option`, `Vec`, or defaulted.
2 --> tests/ui/conflicting-tails/positional-and-greedy.rs:4:5
3  |
44 |     #[argh(positional)]
5  |     ^
6
7error: Later positional argument declared here.
8 --> tests/ui/conflicting-tails/positional-and-greedy.rs:8:5
9  |
108 |     #[argh(positional, greedy)]
11  |     ^
12