//@ check-pass fn bug() -> impl Iterator< Item = [(); { |found: &String| Some(false); 4 }], > { std::iter::empty() } fn main() {}