error[E0277]: the trait bound `Vec<i32>: LightClone` is not satisfied
--> tests/ui/vec_field.rs:3:17
|
3 | #[derive(Clone, LightClone)]
| ^^^^^^^^^^ the trait `LightClone` is not implemented for `Vec<i32>`
|
= help: the following other types implement trait `LightClone`:
&T
()
(A, B)
(A, B, C)
(A, B, C, D)
(A, B, C, D, E)
(A, B, C, D, E, F)
(A, B, C, D, E, F, G)
and $N others
= help: see issue #48214
= note: this error originates in the derive macro `LightClone` (in Nightly builds, run with -Z macro-backtrace for more info)