Currently there is no way to construct a `Vec` with a non-default allocator, using an array literal. `vec!` only works with the default allocator.