From 4c846488c23c28462faab8e72f1144a2acdb6241 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 22 Sep 2022 18:36:31 +0200 Subject: [PATCH] Update expected stderr of trybuild test (#1402) --- axum-macros/tests/typed_path/fail/not_deserialize.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axum-macros/tests/typed_path/fail/not_deserialize.stderr b/axum-macros/tests/typed_path/fail/not_deserialize.stderr index 91f3c3e3..efe94e33 100644 --- a/axum-macros/tests/typed_path/fail/not_deserialize.stderr +++ b/axum-macros/tests/typed_path/fail/not_deserialize.stderr @@ -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 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 `FromRequestParts` for `axum::extract::Path` = note: this error originates in the derive macro `TypedPath` (in Nightly builds, run with -Z macro-backtrace for more info)