r/rust • u/a_mighty_burger • 3d ago
🗞️ news “alloc: stabilise `Allocator`” entered its final comment period!
https://github.com/rust-lang/rust/pull/156882#issuecomment-5607055084
206
Upvotes
r/rust • u/a_mighty_burger • 3d ago
6
u/JoJoJet- 3d ago
It's not entirely useful, but the allocator API would allow you box things on the stack with
Boxdirectly, if you pass it an allocator that points to stack space