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 is already part of the target specification, and you can observe the size of c_int in no_std programs by examining the size of a #[repr(C)] enum.
If we're worried about future platforms with a Rust compiler and no C compiler, on such a platform it would just be a signed integer the same size as a #[repr(C)] enum.