error[E0308]: mismatched types --> $DIR/external_subcommand_wrong_type.rs:13:15 | 13 | Other(Vec) | ^^^^^^^ expected struct `CString`, found struct `OsString` | = note: expected struct `Vec` found struct `Vec`