axum/axum-debug/tests/fail
David Pedersen f1f004a057
Make axum-debug handle more cases (#518)
* Make `axum-debug` handle more cases

* Only just trybuild tests on stable

* revert changes to hello-world example

* Remove a bit of duplication

* return error on generics

* address review feedback

* Support associated functions with receiver or returns `Self`

* fix indentation
2021-11-19 21:32:07 +01:00
..
.gitkeep Add trybuild tests for axum-debug (#501) 2021-11-11 20:26:08 +00:00
argument_not_extractor.rs Add trybuild tests for axum-debug (#501) 2021-11-11 20:26:08 +00:00
argument_not_extractor.stderr Make axum-debug handle more cases (#518) 2021-11-19 21:32:07 +01:00
attrs.rs Make axum-debug handle more cases (#518) 2021-11-19 21:32:07 +01:00
attrs.stderr Make axum-debug handle more cases (#518) 2021-11-19 21:32:07 +01:00
extract_self_mut.rs Make axum-debug handle more cases (#518) 2021-11-19 21:32:07 +01:00
extract_self_mut.stderr Make axum-debug handle more cases (#518) 2021-11-19 21:32:07 +01:00
extract_self_ref.rs Make axum-debug handle more cases (#518) 2021-11-19 21:32:07 +01:00
extract_self_ref.stderr Make axum-debug handle more cases (#518) 2021-11-19 21:32:07 +01:00
generics.rs Make axum-debug handle more cases (#518) 2021-11-19 21:32:07 +01:00
generics.stderr Make axum-debug handle more cases (#518) 2021-11-19 21:32:07 +01:00
not_a_function.rs Add trybuild tests for axum-debug (#501) 2021-11-11 20:26:08 +00:00
not_a_function.stderr Add trybuild tests for axum-debug (#501) 2021-11-11 20:26:08 +00:00
not_async.rs Add trybuild tests for axum-debug (#501) 2021-11-11 20:26:08 +00:00
not_async.stderr Make axum-debug handle more cases (#518) 2021-11-19 21:32:07 +01:00
not_send.rs Add trybuild tests for axum-debug (#501) 2021-11-11 20:26:08 +00:00
not_send.stderr Make axum-debug handle more cases (#518) 2021-11-19 21:32:07 +01:00
too_many_extractors.rs Add trybuild tests for axum-debug (#501) 2021-11-11 20:26:08 +00:00
too_many_extractors.stderr Make axum-debug handle more cases (#518) 2021-11-19 21:32:07 +01:00
wrong_return_type.rs Add trybuild tests for axum-debug (#501) 2021-11-11 20:26:08 +00:00
wrong_return_type.stderr Make axum-debug handle more cases (#518) 2021-11-19 21:32:07 +01:00