You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not clear whether vectors with custom allocators will be sufficiently widely used to justify adding another macro to the prelude. This should probably be re-visited once custom allocator support has been stabilized.
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.The text was updated successfully, but these errors were encountered: