axum/axum-macros/tests/debug_handler/fail
2023-08-03 18:15:06 +00:00
..
.gitkeep Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
argument_not_extractor.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
argument_not_extractor.stderr Move TypedHeader to axum-extra (#1850) 2023-04-21 17:45:31 +02:00
duplicate_args.rs Remove B type param (#1751) 2023-04-21 17:45:31 +02:00
duplicate_args.stderr Remove B type param (#1751) 2023-04-21 17:45:31 +02:00
extract_self_mut.rs Remove B type param: Follow ups (#1789) 2023-04-21 17:45:31 +02:00
extract_self_mut.stderr Remove B type param: Follow ups (#1789) 2023-04-21 17:45:31 +02:00
extract_self_ref.rs Remove B type param: Follow ups (#1789) 2023-04-21 17:45:31 +02:00
extract_self_ref.stderr Remove B type param: Follow ups (#1789) 2023-04-21 17:45:31 +02:00
generics.rs Avoid unhelpful compiler suggestion (#1251) 2022-08-12 10:06:38 +00:00
generics.stderr Avoid unhelpful compiler suggestion (#1251) 2022-08-12 10:06:38 +00:00
invalid_attrs.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
invalid_attrs.stderr Remove B type param (#1751) 2023-04-21 17:45:31 +02:00
json_not_deserialize.rs Improve debug_handler message for generic request-consuming extractors (#1826) 2023-03-10 08:51:03 +00:00
json_not_deserialize.stderr Remove B type param (#1751) 2023-04-21 17:45:31 +02:00
multiple_paths.rs Check Request and Path in debug_handler (#1035) 2022-05-16 10:05:17 +00:00
multiple_paths.stderr Check Request and Path in debug_handler (#1035) 2022-05-16 10:05:17 +00:00
multiple_request_consumers.rs Add special handling of FromRequest extractors not being the last arg (#1797) 2023-03-03 09:44:10 +01:00
multiple_request_consumers.stderr Add special handling of FromRequest extractors not being the last arg (#1797) 2023-03-03 09:44:10 +01:00
not_a_function.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
not_a_function.stderr Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
not_async.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
not_async.stderr Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
not_send.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
not_send.stderr Use call-site span for future Send check in debug_handler 2023-01-30 21:47:57 +01:00
too_many_extractors.rs Check for multiple body extractors in debug_handler (#1036) 2022-05-16 14:11:40 +00:00
too_many_extractors.stderr Check for multiple body extractors in debug_handler (#1036) 2022-05-16 14:11:40 +00:00
wrong_order.rs Add special handling of FromRequest extractors not being the last arg (#1797) 2023-03-03 09:44:10 +01:00
wrong_order.stderr Add special handling of FromRequest extractors not being the last arg (#1797) 2023-03-03 09:44:10 +01:00
wrong_return_type.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
wrong_return_type.stderr Implement IntoResponse for (R,) where R: IntoResponse (#2143) 2023-08-03 18:15:06 +00:00