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
When failing to parse inner values of an internally tagged enum, the error line information points to the wrong place. The issue does not occur with externally tagged enums.
Issue submitted against serde, as I expect that it is mostly related to serde_derive, but I am submitting it here too as I don't really know where this line information is assigned or where a possible solution could be implemented.
When failing to parse inner values of an internally tagged enum, the error line information points to the wrong place. The issue does not occur with externally tagged enums.
Issue submitted against serde, as I expect that it is mostly related to serde_derive, but I am submitting it here too as I don't really know where this line information is assigned or where a possible solution could be implemented.
serde-rs/serde#1621
The text was updated successfully, but these errors were encountered: