Update trybuild output

This commit is contained in:
Jonas Platte 2023-01-30 21:41:26 +01:00
parent bdfaedb344
commit 19596584da
5 changed files with 58 additions and 58 deletions

View file

@ -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
|
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`

View file

@ -13,7 +13,7 @@ error[E0277]: the trait bound `for<'de> MyPath: serde::de::Deserialize<'de>` is
(T0, T1)
(T0, T1, T2)
(T0, T1, T2, T3)
and 129 others
and $N others
= note: required for `MyPath` to implement `serde::de::DeserializeOwned`
= 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)