error: types with lifetimes or generics aren't allowed --> $DIR/struct_with_improper_types.rs:7:12 | 7 | pub a: Box, | ^^^ error: types with lifetimes or generics aren't allowed --> $DIR/struct_with_improper_types.rs:12:21 | 12 | pub a: std::rc::Rc, | ^^ error: types with lifetimes or generics aren't allowed --> $DIR/struct_with_improper_types.rs:17:30 | 17 | pub a: std::collections::HashMap, | ^^^^^^^