mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-25 16:47:34 +01:00
8 lines
334 B
Text
8 lines
334 B
Text
|
error: Middleware functions must take `axum::middleware::Next` as the last argument
|
||
|
--> tests/debug_middleware/fail/doesnt_take_next.rs:7:1
|
||
|
|
|
||
|
7 | #[debug_middleware]
|
||
|
| ^^^^^^^^^^^^^^^^^^^
|
||
|
|
|
||
|
= note: this error originates in the attribute macro `debug_middleware` (in Nightly builds, run with -Z macro-backtrace for more info)
|