axum/axum-debug/tests/fail
David Pedersen 254d8fde17
Move FromRequest and IntoResponse into new axum-core crate (#564)
* Move `IntoResponse` to axum-core

* Move `FromRequest` to axum-core

* some clean up

* Remove hyper dependency from axum-core

* Fix docs reference

* Use default

* Update changelog

* Remove mention of default type
2021-11-30 13:46:13 +00: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 Move FromRequest and IntoResponse into new axum-core crate (#564) 2021-11-30 13:46:13 +00: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 Move FromRequest and IntoResponse into new axum-core crate (#564) 2021-11-30 13:46:13 +00:00
extract_self_mut.stderr Move FromRequest and IntoResponse into new axum-core crate (#564) 2021-11-30 13:46:13 +00:00
extract_self_ref.rs Move FromRequest and IntoResponse into new axum-core crate (#564) 2021-11-30 13:46:13 +00:00
extract_self_ref.stderr Move FromRequest and IntoResponse into new axum-core crate (#564) 2021-11-30 13:46:13 +00: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