mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 07:08:16 +01:00
Update expected stderr of trybuild test (#1402)
This commit is contained in:
parent
69d64cecc3
commit
4c846488c2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ error[E0277]: the trait bound `for<'de> MyPath: serde::de::Deserialize<'de>` is
|
||||||
(T0, T1)
|
(T0, T1)
|
||||||
(T0, T1, T2)
|
(T0, T1, T2)
|
||||||
(T0, T1, T2, T3)
|
(T0, T1, T2, T3)
|
||||||
and 138 others
|
and 129 others
|
||||||
= note: required because of the requirements on the impl of `serde::de::DeserializeOwned` for `MyPath`
|
= note: required because of the requirements on the impl of `serde::de::DeserializeOwned` for `MyPath`
|
||||||
= note: required because of the requirements on the impl of `FromRequestParts<S>` for `axum::extract::Path<MyPath>`
|
= note: required because of the requirements on the impl of `FromRequestParts<S>` for `axum::extract::Path<MyPath>`
|
||||||
= note: this error originates in the derive macro `TypedPath` (in Nightly builds, run with -Z macro-backtrace for more info)
|
= note: this error originates in the derive macro `TypedPath` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||||
|
|
Loading…
Reference in a new issue