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

6 lines
187 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
|
2022-08-12 12:06:38 +02:00
4 | async fn handler<T>(extract: T) {}
2021-11-19 21:32:07 +01:00
| ^^^