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
Versions are
serde = "1.0.152"
serde-xml-rs = "0.6.0"
The code works in serde-xml-rs 0.5.1
The text was updated successfully, but these errors were encountered:
codebling
changed the title
Error DocumentStartAlreadyEmitted while trying to serialize simple structure
Error DocumentStartAlreadyEmitted while trying to serialize simple structure in 0.6.0
Feb 9, 2023
The following extremely simple code reproduces the issue.
And produces the following error
I've created a minimal repo which reproduces the issue
Versions are
serde = "1.0.152"
serde-xml-rs = "0.6.0"
The code works in serde-xml-rs 0.5.1
The text was updated successfully, but these errors were encountered: