struct Foo(u8); #[derive(Clone)] struct FooHolster { the_foos: Vec, //~ERROR Clone } fn main() {}