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