axum/axum-macros/tests/debug_handler/fail
2023-03-03 09:44:10 +01:00
..
.gitkeep
argument_not_extractor.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
argument_not_extractor.stderr Add RawPathParams (#1713) 2023-01-20 20:37:01 +00:00
duplicate_args.rs
duplicate_args.stderr Support changing state type in #[debug_handler] (#1271) 2022-08-18 11:41:14 +02:00
extract_self_mut.rs
extract_self_mut.stderr
extract_self_ref.rs Only allow last extractor to mutate the request (#1272) 2022-08-22 12:23:20 +02:00
extract_self_ref.stderr Only allow last extractor to mutate the request (#1272) 2022-08-22 12:23:20 +02:00
generics.rs
generics.stderr
invalid_attrs.rs
invalid_attrs.stderr
multiple_paths.rs
multiple_paths.stderr
multiple_request_consumers.rs
multiple_request_consumers.stderr
not_a_function.rs
not_a_function.stderr
not_async.rs
not_async.stderr
not_send.rs
not_send.stderr
too_many_extractors.rs
too_many_extractors.stderr
wrong_order.rs
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
wrong_return_type.stderr