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
Without tracing-bunyan-formatter installed, the deserialization succeeds, which you can check on the without-tracing-bunyan-formatter branch in my minimal example.
Minimal example: https://github.com/thekuom/serde_json_tracing_bunyan_formatter_bug_report
When calling
serde_json::from_str()
on a struct with#[serde(flatten)]
, I get the following error:Without tracing-bunyan-formatter installed, the deserialization succeeds, which you can check on the
without-tracing-bunyan-formatter
branch in my minimal example.I also commented on an issue here: serde-rs/json#768 (comment)
The text was updated successfully, but these errors were encountered: