islet icon indicating copy to clipboard operation
islet copied to clipboard

autopadding: Cannot cover struct type with a field in the struct

Open bitboom opened this issue 10 months ago • 0 comments

Currently autopadding cannot cover struct type with a field in the struct below:

pad_struct_and_impl_default!(
pub struct Run {
    0x0 entry: Entry,
    0x800 exit: Exit,
}
);

bitboom avatar Mar 29 '24 05:03 bitboom