struct B; //~ ERROR const generics are unstable impl B<0> { fn bug() -> Self { panic!() } } fn main() {}