Feature alloc_trait cannot compile because the interface core::alloc::Excess has been removed and core::alloc::Alloc is replaced by core::alloc::Allocator and its interfaces are changed.
I fixed it in my own repo by imitating std::alloc::System (PR), but I'm not sure if it's the best way.
Is there any advises for it?
Feature
alloc_traitcannot compile because the interfacecore::alloc::Excesshas been removed andcore::alloc::Allocis replaced bycore::alloc::Allocatorand its interfaces are changed.I fixed it in my own repo by imitating
std::alloc::System(PR), but I'm not sure if it's the best way.Is there any advises for it?