impl X { //~^ ERROR cannot find type fn getn() -> [u8; N] { getn::() } } fn getn() -> [u8; N] {} //~^ ERROR expected type, found built-in attribute `cfg_attr` //~| ERROR mismatched types fn main() {}