axum/axum-debug/tests/fail
David Pedersen c7b8813c47
Add trybuild tests for axum-debug (#501)
The things are also covered by the doc tests but this also gives us
assertions on the errors produced, which is the whole point of this
crate :)
2021-11-11 20:26:08 +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 Add trybuild tests for axum-debug (#501) 2021-11-11 20:26:08 +00: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 Add trybuild tests for axum-debug (#501) 2021-11-11 20:26:08 +00:00
not_send.rs Add trybuild tests for axum-debug (#501) 2021-11-11 20:26:08 +00:00
not_send.stderr Add trybuild tests for axum-debug (#501) 2021-11-11 20:26:08 +00:00
self_receiver.rs Add trybuild tests for axum-debug (#501) 2021-11-11 20:26:08 +00:00
self_receiver.stderr Add trybuild tests for axum-debug (#501) 2021-11-11 20:26:08 +00:00
too_many_extractors.rs Add trybuild tests for axum-debug (#501) 2021-11-11 20:26:08 +00:00
too_many_extractors.stderr Add trybuild tests for axum-debug (#501) 2021-11-11 20:26:08 +00:00
wrong_return_type.rs Add trybuild tests for axum-debug (#501) 2021-11-11 20:26:08 +00:00
wrong_return_type.stderr Add trybuild tests for axum-debug (#501) 2021-11-11 20:26:08 +00:00