mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-27 00:00:24 +02:00
Use the diagnostic namespace (#2246)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
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) {}
|
||||
4 | async fn handler<T>(_extract: T) {}
|
||||
| ^^^
|
||||
|
||||
Reference in New Issue
Block a user