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.
Currently there is no way to construct a
Vecwith a non-default allocator, using an array literal.vec!only works with the default allocator.