]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/foreach-nested.rs
Imported Upstream version 1.0.0~beta.3
[rustc.git] / src / test / run-pass / foreach-nested.rs
index 075539b621ac71ec8b2d080164722cf700ba86ca..60068185f5a524f37dac0a4f7224f9400b148bbd 100644 (file)
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 
-// pretty-expanded FIXME #23616
 
 fn two<F>(mut it: F) where F: FnMut(isize) { it(0); it(1); }