const TEST4: fn() -> _ = 42; //~^ ERROR the type placeholder `_` is not allowed within types on item //signatures fn main() { const TEST5: fn() -> _ = 42; //~^ ERROR the type placeholder `_` is not allowed within types on item //signatures }