struct A(T); impl A { const B: A = Self(0); //~^ ERROR mismatched types //~| ERROR mismatched types } fn main() {}