]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/unboxed-closures-type-mismatch.rs
New upstream version 1.24.1+dfsg1
[rustc.git] / src / test / compile-fail / unboxed-closures-type-mismatch.rs
index 91182393ac8e057904fba535410ad10131417291..dba4c8cc2e9e7ac5ce6dd9334f2561e75f765999 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(unboxed_closures)]
-
 use std::ops::FnMut;
 
 pub fn main() {