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 seems that slice-dst can only be allocated with the global allocator. Although allocator_api is currently unstable, there is a widely used crate allocator-api2 that mirrors types and traits from allocator_api. Therefore, I think slice-dst can introduce a feature that enables allocator API mirrored by allocator-api2 similar to bumpalo.
The text was updated successfully, but these errors were encountered:
It seems that
slice-dst
can only be allocated with the global allocator. Although allocator_api is currently unstable, there is a widely used crate allocator-api2 that mirrors types and traits from allocator_api. Therefore, I thinkslice-dst
can introduce a feature that enables allocator API mirrored byallocator-api2
similar to bumpalo.The text was updated successfully, but these errors were encountered: