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

6 lines
223 B
Plaintext
Raw Normal View History

2024-05-02 23:27:12 +02:00
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 {
| ^^^^^^^^^^