#![feature(const_generics)] pub struct S; impl S<{ 0 }> {}