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
Auto merge of #9237 - yaymukund:serde-expecting, r=ehuss
Use serde's error message option to avoid implementing `Deserialize`.
This is a cleanup based on serde-rs/serde#1883, which fell out of #8664
It looks like this changes the resulting error messages. I'll leave it up to you to decide if the tradeoff makes sense here. Maybe the correct answer here is to make `serde`'s error messages include more details (e.g. `invalid type: int`).
0 commit comments