Files
axum/axum-macros/tests/debug_handler/fail/generics.stderr
T

6 lines
188 B
Plaintext
Raw Normal View History

2022-01-26 23:27:22 +01:00
error: `#[axum_macros::debug_handler]` doesn't support generic functions
--> tests/debug_handler/fail/generics.rs:4:17
2021-11-19 21:32:07 +01:00
|
2023-09-29 07:25:26 +00:00
4 | async fn handler<T>(_extract: T) {}
2021-11-19 21:32:07 +01:00
| ^^^