3 lines
91 B
Rust
3 lines
91 B
Rust
|
|
fn f(_: impl Iterator<Item = &'_ ()>) {} //~ ERROR missing lifetime specifier
|
||
|
|
fn main() {}
|