mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-29 05:50:49 +00:00
6 lines
188 B
Plaintext
6 lines
188 B
Plaintext
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) {}
|
|
| ^^^
|