From 87641ffbdc2b78011e46401e80a8610e7174868f Mon Sep 17 00:00:00 2001 From: creativcoder Date: Tue, 5 Mar 2024 20:40:15 +0530 Subject: [PATCH] update test output --- .../tests/debug_handler/fail/argument_not_extractor.stderr | 1 + 1 file changed, 1 insertion(+) diff --git a/axum-macros/tests/debug_handler/fail/argument_not_extractor.stderr b/axum-macros/tests/debug_handler/fail/argument_not_extractor.stderr index d946782586..eb78f12c74 100644 --- a/axum-macros/tests/debug_handler/fail/argument_not_extractor.stderr +++ b/axum-macros/tests/debug_handler/fail/argument_not_extractor.stderr @@ -15,6 +15,7 @@ error[E0277]: the trait bound `bool: FromRequestParts<()>` is not satisfied > > as FromRequestParts> + > and $N others = note: required for `bool` to implement `FromRequest<(), axum_core::extract::private::ViaParts>` note: required by a bound in `__axum_macros_check_handler_0_from_request_check`