mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-28 21:40:55 +00:00

* Check `Request` and `Path` in `debug_handler` * changelog links * Include errors with the input
6 lines
210 B
Plaintext
6 lines
210 B
Plaintext
error: `Request` extractor should always be last
|
|
--> tests/debug_handler/fail/request_not_last.rs:5:18
|
|
|
|
|
5 | async fn handler(_: Request<Body>, _: Extension<String>) {}
|
|
| ^^^^^^^^^^^^^^^^
|