blob: 14bac473ed9a08a8d1dc537e95cd98797e13c40b [file] [log] [blame]
trait Foo<const KIND: bool = true> {}
//~^ ERROR default values for const generic parameters are experimental
fn main() {}