mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
4f56822204
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.