]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/for-loop-goofiness.rs
Rollup merge of #45171 - rust-lang:petrochenkov-patch-2, r=steveklabnik
[rust.git] / src / test / run-pass / for-loop-goofiness.rs
index 8784af1888648990ab81e414372a0aca94eac14e..411183e4f74a7a23c031527b6ffce08f2f9d523a 100644 (file)
@@ -8,14 +8,13 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// pretty-expanded FIXME #23616
 
 enum BogusOption<T> {
     None,
     Some(T),
 }
 
-type Iterator = int;
+type Iterator = isize;
 
 pub fn main() {
     let x = [ 3, 3, 3 ];