rust/library/core
zachs18 c0851d76c9 Update ABI compatibility docs about null-pointer-optimized enums.
Add that the enum must be `#[repr(Rust)]` and not `#[repr(packed)]` or `#[repr(align)]` in order to be ABI-compatible with its null-pointer-optimized field.
2025-06-03 00:24:50 -05:00
..
src Update ABI compatibility docs about null-pointer-optimized enums. 2025-06-03 00:24:50 -05:00
Cargo.toml Initial implementation of core_float_math 2025-05-13 22:08:18 +00:00