Files
rust/library/alloc/tests
Kevin Reid 88c3db57e4 Generalize {Rc,Arc}::make_mut() to unsized types.
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`.
2024-06-22 08:08:00 -07:00
..
2024-01-11 15:04:48 +03:00
2023-12-10 10:56:22 +08:00
2023-04-16 06:49:27 +00:00
2023-04-16 11:38:52 +00:00
2023-12-10 10:56:22 +08:00
2023-11-07 17:46:00 +01:00
2024-03-26 18:25:24 -04:00