axum/axum-macros/tests/debug_handler/fail
David Pedersen 568394a28e
Support changing state type in #[debug_handler] (#1271)
* support setting body type for #[debug_handler]

* Use lookahead1 to give better errors and detect duplicate arguments

* fix docs link
2022-08-18 11:41:14 +02: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 Add type safe state extractor (#1155) 2022-08-17 15:13:31 +00:00
duplicate_args.rs Support changing state type in #[debug_handler] (#1271) 2022-08-18 11:41:14 +02:00
duplicate_args.stderr Support changing state type in #[debug_handler] (#1271) 2022-08-18 11:41:14 +02:00
extract_self_mut.rs Always store state in an Arc (#1270) 2022-08-17 20:08:24 +00:00
extract_self_mut.stderr Add type safe state extractor (#1155) 2022-08-17 15:13:31 +00:00
extract_self_ref.rs Always store state in an Arc (#1270) 2022-08-17 20:08:24 +00:00
extract_self_ref.stderr Add type safe state extractor (#1155) 2022-08-17 15:13:31 +00: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 Support changing state type in #[debug_handler] (#1271) 2022-08-18 11:41:14 +02:00
multiple_body_extractors.rs Check for multiple body extractors in debug_handler (#1036) 2022-05-16 14:11:40 +00:00
multiple_body_extractors.stderr Check for multiple body extractors in debug_handler (#1036) 2022-05-16 14:11:40 +00: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
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 Update trybuild test to rust 1.59 output 2022-02-25 11:30:10 +01:00
request_not_last.rs Check Request and Path in debug_handler (#1035) 2022-05-16 10:05:17 +00:00
request_not_last.stderr Check Request and Path in debug_handler (#1035) 2022-05-16 10:05:17 +00: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_return_type.rs Move axum-debug into axum-macros (#724) 2022-01-26 23:27:22 +01:00
wrong_return_type.stderr Update trybuilds for rust 1.62 2022-07-01 10:24:15 +02:00