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
It looks like there are some dispatch quirks with how we want this to play with generalized traversal and the implementation of the base struct Serializer, which is the only one that implements contiguousTyped, with no contiguousBytes of its own.
It used to be a static method, and so took a serializer argument. That wasn't dropped when it was made a non-static member.
The text was updated successfully, but these errors were encountered: