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
#1874 landed support for flattening the unit type after a report in #1873. However, it did not override deserialize_unit_struct and serialize_unit_struct, so while flattening () now works, flattening struct Unit; does not. It's not clear whether this was intentional or not, though it seems reasonable to support unit structs the same as unit here.
The text was updated successfully, but these errors were encountered:
#1874 landed support for flattening the unit type after a report in #1873. However, it did not override
deserialize_unit_struct
andserialize_unit_struct
, so while flattening()
now works, flatteningstruct Unit;
does not. It's not clear whether this was intentional or not, though it seems reasonable to support unit structs the same as unit here.The text was updated successfully, but these errors were encountered: