//@ check-pass fn problem_thingy(items: &mut impl Iterator) { items.peekable(); } fn main() {}