You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which will fail to compile when translated due to being #[repr(C, packed, align(64)] but a struct cannot be packed and aligned in rust. This is blocked on rust-lang/rust#59154
The text was updated successfully, but these errors were encountered:
For example, the linux headers have this struct:
Which will fail to compile when translated due to being
#[repr(C, packed, align(64)]
but a struct cannot be packed and aligned in rust. This is blocked on rust-lang/rust#59154The text was updated successfully, but these errors were encountered: