mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-03 13:36:58 +01:00
05529c8efc
* Check `Request` and `Path` in `debug_handler` * changelog links * Include errors with the input
5 lines
210 B
Text
5 lines
210 B
Text
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>) {}
|
|
| ^^^^^^^^^^^^^^^^
|