axum/axum-macros/tests/debug_middleware/fail/next_not_last.stderr

6 lines
223 B
Text
Raw Normal View History

error: `axum::middleware::Next` must the last argument
2024-11-26 19:04:01 +01:00
--> tests/debug_middleware/fail/next_not_last.rs:4:24
|
2024-11-26 19:04:01 +01:00
4 | async fn my_middleware(next: Next, request: Request) -> Response {
| ^^^^^^^^^^