-
Notifications
You must be signed in to change notification settings - Fork 142
Closed
Labels
blocking-next-releaseThis issue should be resolved before we release on crates.ioThis issue should be resolved before we release on crates.io
Description
We currently don't have any tests for our derives on generic, unsized types such as:
#[derive(FromBytes, AsBytes, Unaligned)]
#[repr(transparent)]
struct Foo<T: ?Sized>(T);#[derive(FromBytes, AsBytes, Unaligned)]
#[repr(packed)]
struct Bar<T: ?Sized>(T);Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
blocking-next-releaseThis issue should be resolved before we release on crates.ioThis issue should be resolved before we release on crates.io