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
I have looked for existing issues (including closed) about this
Bug Report
Version
├── axum v0.6.6
│ ├── axum-core v0.3.2
Platform
Ubuntu 22.04.1 LTS (x86_64)
Description
Using #[serde(flatten)] inside the Query parameter leads to the failure to deserialize the parameter, if fields inside the flattened struct are not String.
Bug Report
Version
Platform
Ubuntu 22.04.1 LTS (x86_64)
Description
Using
#[serde(flatten)]
inside theQuery
parameter leads to the failure to deserialize the parameter, if fields inside the flattened struct are not String.Theoretically,
p1
andp2
should behaves exactly the same. However the result denies that:The text was updated successfully, but these errors were encountered: