From e881bf0aeca5b4a7068ce82fc48422fca14f9212 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Sun, 16 Jul 2023 13:27:14 +0200 Subject: [PATCH] Update UI tests --- 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 3f2c9ad500..b476b44f97 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 129 others + and $N others = note: required for `MyPath` to implement `serde::de::DeserializeOwned` = note: required for `axum::extract::Path` to implement `FromRequestParts` = note: this error originates in the derive macro `TypedPath` (in Nightly builds, run with -Z macro-backtrace for more info)