mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-25 08:37:29 +01:00
Update trybuild output
This commit is contained in:
parent
bdfaedb344
commit
19596584da
5 changed files with 58 additions and 58 deletions
|
@ -18,4 +18,4 @@ note: required by a bound in `__axum_macros_check_handler_into_response::{closur
|
||||||
--> tests/debug_handler/fail/wrong_return_type.rs:4:23
|
--> tests/debug_handler/fail/wrong_return_type.rs:4:23
|
||||||
|
|
|
|
||||||
4 | async fn handler() -> bool {
|
4 | async fn handler() -> bool {
|
||||||
| ^^^^ required by this bound in `check`
|
| ^^^^ required by this bound in `__axum_macros_check_handler_into_response::{closure#0}::check`
|
||||||
|
|
|
@ -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 129 others
|
and $N others
|
||||||
= note: required for `MyPath` to implement `serde::de::DeserializeOwned`
|
= note: required for `MyPath` to implement `serde::de::DeserializeOwned`
|
||||||
= note: required for `axum::extract::Path<MyPath>` to implement `FromRequestParts<S>`
|
= note: required for `axum::extract::Path<MyPath>` to implement `FromRequestParts<S>`
|
||||||
= 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