bytemuck/derive/tests
zachs18 1039388f0b
Fix soundness issue of TransparentWrapper derive macro. (#173)
Uses the compiler to check that all non-wrapped fields are actually 1-ZSTs,
and uses Zeroable to check that all non-wrapped fields are "conjurable".

Additionally, relaxes the bound of `PhantomData<T: Zeroable>: Zeroable` to all `T: ?Sized`.
2023-02-17 12:24:16 -07:00
..
basic.rs Fix soundness issue of TransparentWrapper derive macro. (#173) 2023-02-17 12:24:16 -07:00