2024-05-02 23:27:12 +02:00
|
|
|
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-05-02 23:27:12 +02:00
|
|
|
|
|
2024-11-26 19:04:01 +01:00
|
|
|
4 | async fn my_middleware(next: Next, request: Request) -> Response {
|
2024-05-02 23:27:12 +02:00
|
|
|
| ^^^^^^^^^^
|