]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/closure-reform.rs
New upstream version 1.12.0+dfsg1
[rustc.git] / src / test / run-pass / closure-reform.rs
index 0fa67e873f89c4bb866383c6c44f759716066d29..a37733bdc2df8c4be5d23ac001167a781ce9acc6 100644 (file)
@@ -11,8 +11,6 @@
 /* Any copyright is dedicated to the Public Domain.
  * http://creativecommons.org/publicdomain/zero/1.0/ */
 
-#![feature(unboxed_closures)]
-
 fn call_it<F>(f: F)
     where F : FnOnce(String) -> String
 {