// rustfmt-reorder_impl_items: false struct Dummy; impl Iterator for Dummy { fn next(&mut self) -> Option { None } type Item = i32; }