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
This addresses the first part of #1901.
If size_t_is_usize is manually set to false, and bindgen encounters
any size_t, then we should also probably test to confirm that size_t
is congruent to uintptr_t on the current platform. I'm not sure of
the best way to do this check.
0 commit comments