Files

6 lines
165 B
Plaintext
Raw Permalink Normal View History

error: `#[derive(FromRequest)] doesn't support generics
2022-01-26 23:27:22 +01:00
--> tests/from_request/fail/generic.rs:4:17
|
4 | struct Extractor<T>(Option<T>);
| ^^^