mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-22 15:37:51 +00:00
core:fmt prints pointers to structs as `&StructName{ ... }` but `bit_field`s are currently printed
the same as rawptrs (`0xAABBCCDDEEFF` only).
This commit changes that so they behave the same as structs and unions.