mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 09:18:18 +00:00
Generalize `fn allocator` for Rc/Arc. Split out from #119761 - For `Rc`/`Arc`, the existing associated `fn`s are changed to allow unsized pointees. - For `Weak`s, new methods are added. `````@rustbot````` label +A-allocators