//@ known-bug: #140891 struct A {} impl Iterator for A { fn next() -> [(); std::mem::size_of::>] {} } fn main() {}