mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-25 00:28:07 +01:00
df612fdc72
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
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:9:24
|
|
|
|
|
9 | async fn my_middleware(next: Next, request: Request) -> Response {
|
|
| ^^^^^^^^^^
|