mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-25 16:47:34 +01:00
5 lines
147 B
Text
5 lines
147 B
Text
error: `#[derive(FromRef)]` doesn't support generics
|
|
--> tests/from_ref/fail/generics.rs:4:16
|
|
|
|
|
4 | struct AppState<T> {
|
|
| ^^^
|