This repository was archived by the owner on Dec 17, 2024. It is now read-only.
assert_tokens reports failure to deserialize but actual deserialization works #17
Labels
bug
Something isn't working
I have the following test code:
With this, I get following output:
I don't get why
assert_tokens
fails whileserde_json::from_str
succeeds. At the data model level everything should be the same?Full project source.
The text was updated successfully, but these errors were encountered: