blob: 45b7043e2f6fdbd40d73eb61ed61d26a1347efa4 [file] [log] [blame] [edit]
fn a() -> _ {
//~^ ERROR the placeholder `_` is not allowed within types on item signatures for return types
&a
}
fn main() {}