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
rust: ensure IoMem's build_assert! call is inlined
This increases chance that `build_assert!` call in `check_offset` is
optimized away under lower optimization levels and avoid false
positives.
Signed-off-by: Gary Guo <[email protected]>
0 commit comments