use hdf5_metno_derive::H5Type; #[derive(H5Type)] //~^ ERROR proc-macro derive //~^^ HELP H5Type requires repr(C), repr(packed) or repr(transparent) for structs struct Foo { bar: i64, } fn main() {}