ron-rs / ron

Rusty Object Notation
https://docs.rs/ron
Apache License 2.0
3.22k stars 118 forks source link

Document a further fuzzer-found limitation #515

Closed juntyr closed 9 months ago

juntyr commented 9 months ago

I am as always surprised by the edge cases that the fuzzer finds in serde ... just understanding the minimal case it found took me one hour. Anyways, internally tagged variants that are flattened don't play well with other flattened fields.

* [ ] I've included my change in CHANGELOG.md