1 trait Foo<const KIND: bool = true> {}
2 //~^ ERROR default values for const generic parameters are experimental
3 
main()4 fn main() {}
5