blob: 22dc448c97ff0f13ac13f24b024951af2a68779c [file] [log] [blame]
fn f(_: impl Iterator<Item = &'_ ()>) {} //~ ERROR missing lifetime specifier
fn main() {}