mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-04 05:54:40 +01:00
6 lines
210 B
Text
6 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>) {}
|
||
|
| ^^^^^^^^^^^^^^^^
|