mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-16 03:42:08 +01:00
5 lines
223 B
Text
5 lines
223 B
Text
error: `axum::middleware::Next` must the last argument
|
|
--> tests/debug_middleware/fail/next_not_last.rs:4:24
|
|
|
|
|
4 | async fn my_middleware(next: Next, request: Request) -> Response {
|
|
| ^^^^^^^^^^
|