Files
rust/library/alloc/tests
Josh Stone e67e165585 Make ThinBox<T> covariant in T
Just like `Box<T>`, we want `ThinBox<T>` to be covariant in `T`, but the
projection in `WithHeader<<T as Pointee>::Metadata>` was making it
invariant. This is now hidden as `WithOpaqueHeader`, which we type-cast
whenever the real `WithHeader<H>` type is needed.
2022-06-27 10:05:55 -07:00
..
2021-05-20 19:42:29 -07:00
2022-03-10 14:36:51 +00:00
2020-07-27 19:51:13 -05:00
2022-06-08 20:17:28 +09:00
2021-05-20 19:42:29 -07:00
2022-05-26 13:18:57 +01:00
2022-06-27 10:05:55 -07:00