]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/issue-18532.rs
New upstream version 1.12.0+dfsg1
[rustc.git] / src / test / compile-fail / issue-18532.rs
index 9cf922ae99002cece4c190e728b073e601c0a9be..94eab97c42a197a6e0887f0c6b3b62d696dad908 100644 (file)
@@ -12,8 +12,6 @@
 // when a type error or unconstrained type variable propagates
 // into it.
 
-#![feature(unboxed_closures)]
-
 fn main() {
     (return)((),());
     //~^ ERROR the type of this value must be known