mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-18 00:00:15 +02:00
* Move axum-debug into axum-macros * fix ref to axum-macros in changelog * Apply suggestions from code review Co-authored-by: Jonas Platte <[email protected]> Co-authored-by: Jonas Platte <[email protected]>
6 lines
165 B
Plaintext
6 lines
165 B
Plaintext
error: `#[derive(FromRequest)] doesn't support generics
|
|
--> tests/from_request/fail/generic.rs:4:17
|
|
|
|
|
4 | struct Extractor<T>(Option<T>);
|
|
| ^^^
|