mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
88c3db57e4
This requires introducing a new internal type `RcUninit` (and `ArcUninit`), which can own an `RcBox<T>` without requiring it to be initialized, sized, or a slice. This is similar to `UniqueRc`, but `UniqueRc` doesn't support the allocator parameter, and there is no `UniqueArc`. |
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
Cargo.toml |