axum/axum-macros/tests/debug_handler/fail/request_not_last.stderr

6 lines
210 B
Text
Raw Normal View History

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>) {}
| ^^^^^^^^^^^^^^^^