mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-27 13:00:39 +00:00
6 lines
147 B
Plaintext
6 lines
147 B
Plaintext
error: `#[derive(FromRef)]` doesn't support generics
|
|
--> tests/from_ref/fail/generics.rs:4:16
|
|
|
|
|
4 | struct AppState<T> {
|
|
| ^^^
|