pub struct Gcm(E); impl Gcm { pub fn crash(e: E) -> Self { Self::(e) //~^ ERROR type arguments are not allowed on self constructor } } fn main() {}