]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/regions-steal-closure.rs
New upstream version 1.12.0+dfsg1
[rustc.git] / src / test / compile-fail / regions-steal-closure.rs
index a30d8471a31788e6136a8498f009b8539722a075..8ade8b239b3b3e417d2575be1a9411127fa130a4 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(unboxed_closures)]
-
 struct closure_box<'a> {
     cl: Box<FnMut() + 'a>,
 }