mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 14:18:23 +00:00
Add Allocator proxy impls for Box, Rc, and Arc This adds to the existing proxy impl for &T. Fixes https://github.com/rust-lang/wg-allocators/issues/54