]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/unboxed-closures-infer-fnmut.rs
Imported Upstream version 1.0.0~beta.3
[rustc.git] / src / test / run-pass / unboxed-closures-infer-fnmut.rs
index cd7f26bba2676813e325a314024a8bc0a2377b35..a8469f4019ab1b9a7e02045c1515afe2dcd8b5e9 100644 (file)
@@ -11,7 +11,6 @@
 // Test that we are able to infer a suitable kind for this closure
 // that is just called (`FnMut`).
 
-// pretty-expanded FIXME #23616
 
 fn main() {
     let mut counter = 0;