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
repr(packed) is not sufficient to guarantee that fields in memory remain in the order they are written, and endianness means that the multibyte fields might not match in memory and on the wire.
The text was updated successfully, but these errors were encountered:
For example:
embassy/embassy-usb/src/class/cdc_ncm/mod.rs
Lines 94 to 101 in fd2b6c8
repr(packed)
is not sufficient to guarantee that fields in memory remain in the order they are written, and endianness means that the multibyte fields might not match in memory and on the wire.The text was updated successfully, but these errors were encountered: