pub struct Gcm(E); impl Gcm { pub fn crash(e: E) -> Self { Self::(e) } } fn main() {}