mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-19 13:10:41 +01:00
6 lines
152 B
Text
6 lines
152 B
Text
|
error: `#[derive(FromRequest)] doesn't support generics
|
||
|
--> tests/fail/generic.rs:4:17
|
||
|
|
|
||
|
4 | struct Extractor<T>(Option<T>);
|
||
|
| ^^^
|