]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/issue-19521.rs
New upstream version 1.12.0+dfsg1
[rustc.git] / src / test / compile-fail / issue-19521.rs
index 58a95e9da2bf36f534a7789a939fbb43938560db..93d95ca0b0f945b7f14d00e3e27693f0e6b0b276 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(unboxed_closures)]
-
 fn main() {
     "".homura()(); //~ ERROR no method named `homura` found
 }