Jonathan Callen

Results 1 issues of Jonathan Callen

Currently, the `vec!` macro effectively requires that the allocator always be `Global` when using the `vec![in Alloc; 1, 2, 3]` form, because it ends up calling `Box::::into_vec()` (which is `Box::::into_vec()`)...