blob: 25dc416fc1fd13fd7b6a11955f5c43981bf8aff7 [file] [log] [blame]
impl<const A: i32 = { || [0; B] }> Tr {}
//~^ ERROR cannot find type `Tr`
//~| ERROR cannot find value `B`
//~| ERROR defaults for generic parameters are not allowed here
fn main() {}