1
0
Fork 0
mirror of https://github.com/tokio-rs/axum.git synced 2025-03-11 02:39:14 +01:00
axum/axum-macros/tests/debug_handler/fail/generics.stderr
2023-09-29 09:25:26 +02:00

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) {}
| ^^^