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
TLDR: serde now includes enum variant aliases in the slice of variant names passed to deserialize_enum so there no longer is a 1-1 mapping from enum names to variants and the tracer tries out indices that are invalid
[sorry I'm a bit short on time right now]
The text was updated successfully, but these errors were encountered:
serde-rs/serde#2566 (comment)
TLDR: serde now includes enum variant aliases in the slice of variant names passed to
deserialize_enum
so there no longer is a 1-1 mapping from enum names to variants and the tracer tries out indices that are invalid[sorry I'm a bit short on time right now]
The text was updated successfully, but these errors were encountered: