``` rust for (_, leaked) in Some(((), box 0u)).move_iter() { } // LEAK SUMMARY: // definitely lost: 8 bytes in 1 blocks ``` cc @pcwalton