]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/unboxed-closures-infer-kind.rs
Imported Upstream version 1.0.0~beta.3
[rustc.git] / src / test / run-pass / unboxed-closures-infer-kind.rs
index edc01d91f58fc2e110cbc7d5e4b7ffddbdf330c8..fa668475f587ab7397c4b48ef224f50fa1896014 100644 (file)
@@ -11,7 +11,6 @@
 // Test that we can infer the "kind" of an unboxed closure based on
 // the expected type.
 
-// pretty-expanded FIXME #23616
 
 #![feature(unboxed_closures)]