mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-25 00:28:07 +01:00
5 lines
188 B
Text
5 lines
188 B
Text
error: `#[axum_macros::debug_handler]` doesn't support generic functions
|
|
--> tests/debug_handler/fail/generics.rs:4:17
|
|
|
|
|
4 | async fn handler<T>(_extract: T) {}
|
|
| ^^^
|