struct NInts([u8; N]); impl NInts {} //~ ERROR unexpected `const` parameter declaration fn main() { let _: () = 42; //~ ERROR mismatched types } fn banana(a: >::BAR) {} //~^ ERROR unexpected `const` parameter declaration //~| ERROR cannot find type `T` in this scope fn chaenomeles() { path::path::Struct::() //~^ ERROR unexpected `const` parameter declaration //~| ERROR failed to resolve: use of undeclared crate or module `path` }